Skip to content

Commit 6df89d7

Browse files
committed
fix(ionItem): vertically center select in an item
Closes #3517
1 parent db7f0ee commit 6df89d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: scss/_select.scss

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
@include appearance(none);
1212
position: absolute;
1313
top: 0;
14+
bottom: 0;
1415
right: 0;
1516
padding: ($item-padding - 2) ($item-padding * 3) ($item-padding) $item-padding;
1617
max-width: 65%;

0 commit comments

Comments
 (0)