Skip to content

Commit d687413

Browse files
fix: FIT-641: 'Label Tasks As Displayed' is displayed outside the Label All Tasks dropdown (#8398)
Co-authored-by: yyassi-heartex <[email protected]>
1 parent 5bfe076 commit d687413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/libs/datamanager/src/components/DataManager/Toolbar/LabelButton.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const LabelButton = injector(({ store, canLabel, size, target, selectedCo
9595
Label {selectedCount ? selectedCount : "All"} Task{!selectedCount || selectedCount > 1 ? "s" : ""}
9696
</Button>
9797
<Dropdown.Trigger
98-
align="right"
98+
align="bottom-right"
9999
content={
100100
<Menu size="compact">
101101
<Menu.Item onClick={onLabelVisible}>Label Tasks As Displayed</Menu.Item>

0 commit comments

Comments
 (0)