Skip to content

Commit bb16207

Browse files
authored
fix(menu): fix icons position and alignment in submenus
When icon groups were used in submenus, they were wrongly positioned and the the icon group itself was totally messed up
1 parent eb10018 commit bb16207

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/definitions/collections/menu.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@
252252
.ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
253253
display: block;
254254
}
255-
.ui.menu .ui.dropdown .menu > .item .icon:not(.dropdown) {
255+
.ui.menu .ui.dropdown .menu > .item > .icons,
256+
.ui.menu .ui.dropdown .menu > .item > .icon:not(.dropdown) {
256257
display: inline-block;
257258
font-size: @dropdownItemIconFontSize !important;
258259
float: @dropdownItemIconFloat;

0 commit comments

Comments
 (0)