Skip to content

Commit

Permalink
fix(select): added --no-label class to fix icon position (#2353)
Browse files Browse the repository at this point in the history
  • Loading branch information
reicruz authored and BRIAN T. HAN committed Mar 14, 2017
1 parent 8af6a0a commit 95ec16a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions consumables/scss/base-elements/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
@include light-ui {
fill: $color__blue-51;
}

&--no-label {
top: 1rem;
}
}

&__optgroup,
Expand Down

0 comments on commit 95ec16a

Please sign in to comment.