Skip to content

Commit

Permalink
fix(forms): Added min height to fake select boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
janjongerden-zalando committed Feb 27, 2018
1 parent 2bdee8a commit 0fad13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atoms/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ $input-disabled-background-color: $catkin !default;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

min-height: $space-xl;
&::after {
content: '';
position: absolute;
Expand Down

0 comments on commit 0fad13a

Please sign in to comment.