Skip to content

Commit

Permalink
fix(Select): misalignment of contents [Finishes #146853023]
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Berney <jberney@pivotal.io>
  • Loading branch information
amakhija authored and Jonathan Berney committed Jun 8, 2017
1 parent 5a1cdf9 commit 21bf21f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions library/src/pivotal-ui/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
.select-toggle {
@extend %dropdown-toggle;

.btn-inner-content {
display: block;
justify-content: inherit;
}

.select-toggle-label {
float: left;
}
Expand Down

0 comments on commit 21bf21f

Please sign in to comment.