We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa69ab commit c5cf023Copy full SHA for c5cf023
core/src/components/select/select.ionic.scss
@@ -185,22 +185,14 @@
185
// Sizes
186
// ----------------------------------------------------------------
187
188
-// Small
189
-// ---------------------------------------------
190
-
191
:host(.select-size-small) .select-wrapper-inner {
192
height: globals.$ion-scale-1000;
193
}
194
195
-// Medium
196
197
198
:host(.select-size-medium) .select-wrapper-inner {
199
height: globals.$ion-scale-1200;
200
201
202
-// Large
203
204
:host(.select-size-large) .select-wrapper-inner {
205
height: globals.$ion-scale-1400;
206
0 commit comments