Skip to content

Commit 5003ac9

Browse files
authored
fix bug where if icon is longer than 58px, the line is wrapped and take up extra height (#374)
1 parent 7b8c870 commit 5003ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/IconField/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $icon-min-width: 58px;
2626
.icon {
2727
@include vertical-align(middle);
2828
@include no-select;
29+
display: inline-block;
2930
font-size: 14px;
3031
color: $darkgray;
3132
}

0 commit comments

Comments
 (0)