Skip to content

Commit

Permalink
fix(menu): fix icons position and alignment in submenus
Browse files Browse the repository at this point in the history
When icon groups were used in submenus, they were wrongly positioned and the the icon group itself was totally messed up
  • Loading branch information
lubber-de authored Jun 30, 2020
1 parent eb10018 commit bb16207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@
.ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
display: block;
}
.ui.menu .ui.dropdown .menu > .item .icon:not(.dropdown) {
.ui.menu .ui.dropdown .menu > .item > .icons,
.ui.menu .ui.dropdown .menu > .item > .icon:not(.dropdown) {
display: inline-block;
font-size: @dropdownItemIconFontSize !important;
float: @dropdownItemIconFloat;
Expand Down

0 comments on commit bb16207

Please sign in to comment.