Skip to content

Commit 6e58dbd

Browse files
- When select is used with ioni-theme, the select should respect the height sizes established.
1 parent 3091390 commit 6e58dbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/components/select/select.ionic.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
width: 100%;
9797
}
9898

99+
:host(.select-label-placement-stacked) .select-wrapper-inner{
100+
flex-grow: 0;
101+
}
102+
99103
// Select Native Wrapper
100104
// ----------------------------------------------------------------
101105

0 commit comments

Comments
 (0)