Skip to content

Commit

Permalink
fix(ionItem): vertically center select in an item
Browse files Browse the repository at this point in the history
Closes #3517
  • Loading branch information
mhartington committed Apr 13, 2015
1 parent db7f0ee commit 6df89d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@include appearance(none);
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: ($item-padding - 2) ($item-padding * 3) ($item-padding) $item-padding;
max-width: 65%;
Expand Down

0 comments on commit 6df89d7

Please sign in to comment.