Skip to content

Commit 129b3bc

Browse files
authored
feat(dropdown): columns were ignored inside menus
column dropdown was not working when used inside menus
1 parent 0f51c3f commit 129b3bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/definitions/collections/menu.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,9 @@
218218
background: @dropdownBackground;
219219
margin: @dropdownMenuDistance 0 0;
220220
box-shadow: @dropdownMenuBoxShadow;
221-
flex-direction: column !important;
221+
}
222+
.ui.menu .dropdown.item:not(.column) .menu {
223+
flex-direction: column;
222224
}
223225

224226

0 commit comments

Comments
 (0)