Skip to content
4 changes: 4 additions & 0 deletions core/src/components/select/select.ionic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
width: 100%;
}

:host(.select-label-placement-stacked) .select-wrapper-inner{
flex-grow: 0;
}

// Select Native Wrapper
// ----------------------------------------------------------------

Expand Down
Loading