@@ -13,6 +13,7 @@ exports[`Select should not render with invalid styles when also passed the disab
13
13
box - shadow : inset 0 1px 2px 0 rgba (102 ,113 ,123 ,0.12 );
14
14
color : #212933 ;
15
15
padding : 8px 32px 8px 12px ;
16
+ max - height : 42px ;
16
17
position : relative ;
17
18
width : 100 % ;
18
19
z - index : 20 ;
@@ -103,6 +104,7 @@ exports[`Select should render with a prefix when passed the prefix prop 1`] = `
103
104
box - shadow : inset 0 1px 2px 0 rgba (102 ,113 ,123 ,0.12 );
104
105
color : #212933 ;
105
106
padding : 8px 32px 8px 12px ;
107
+ max - height : 42px ;
106
108
position : relative ;
107
109
width : 100 % ;
108
110
z - index : 20 ;
@@ -192,6 +194,7 @@ exports[`Select should render with default styles 1`] = `
192
194
box - shadow : inset 0 1px 2px 0 rgba (102 ,113 ,123 ,0.12 );
193
195
color : #212933 ;
194
196
padding : 8px 32px 8px 12px ;
197
+ max - height : 42px ;
195
198
position : relative ;
196
199
width : 100 % ;
197
200
z - index : 20 ;
@@ -265,6 +268,7 @@ exports[`Select should render with disabled styles when passed the disabled prop
265
268
box - shadow : inset 0 1px 2px 0 rgba (102 ,113 ,123 ,0.12 );
266
269
color : #212933 ;
267
270
padding : 8px 32px 8px 12px ;
271
+ max - height : 42px ;
268
272
position : relative ;
269
273
width : 100 % ;
270
274
z - index : 20 ;
@@ -348,6 +352,7 @@ exports[`Select should render with inline styles when passed the inline prop 1`]
348
352
box - shadow : inset 0 1px 2px 0 rgba (102 ,113 ,123 ,0.12 );
349
353
color : #212933 ;
350
354
padding : 8px 32px 8px 12px ;
355
+ max - height : 42px ;
351
356
position : relative ;
352
357
width : 100 % ;
353
358
z - index : 20 ;
@@ -437,6 +442,7 @@ exports[`Select should render with invalid styles when passed the invalid prop 1
437
442
box - shadow : inset 0 1px 2px 0 rgba (102 ,113 ,123 ,0.12 );
438
443
color : #212933 ;
439
444
padding : 8px 32px 8px 12px ;
445
+ max - height : 42px ;
440
446
position : relative ;
441
447
width : 100 % ;
442
448
z - index : 20 ;
@@ -511,6 +517,7 @@ exports[`Select should render with no margin styles when passed the noMargin pro
511
517
box - shadow : inset 0 1px 2px 0 rgba (102 ,113 ,123 ,0.12 );
512
518
color : #212933 ;
513
519
padding : 8px 32px 8px 12px ;
520
+ max - height : 42px ;
514
521
position : relative ;
515
522
width : 100 % ;
516
523
z - index : 20 ;
0 commit comments