Skip to content

Commit 95ec16a

Browse files
reicruzBRIAN T. HAN
authored and
BRIAN T. HAN
committed
fix(select): added --no-label class to fix icon position (#2353)
1 parent 8af6a0a commit 95ec16a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

consumables/scss/base-elements/select/select.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
@include light-ui {
6565
fill: $color__blue-51;
6666
}
67+
68+
&--no-label {
69+
top: 1rem;
70+
}
6771
}
6872

6973
&__optgroup,

0 commit comments

Comments
 (0)