Skip to content

Commit 62be13e

Browse files
author
Sean
authored
Merge pull request #111 from prudho/fix-6557
[Menu] Fix the inconsistent icon-text spacing in labeled icon menu dropdown
2 parents deed37f + 47406ec commit 62be13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/collections/menu.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ Floated Menu / Item
12121212
}
12131213

12141214
/* Icon */
1215-
.ui.labeled.icon.menu .item > .icon:not(.dropdown) {
1215+
.ui.labeled.icon.menu > .item > .icon:not(.dropdown) {
12161216
height: 1em;
12171217
display: block;
12181218
font-size: @labeledIconSize !important;

0 commit comments

Comments
 (0)