@@ -4781,6 +4781,9 @@ exports[`selectInput > renders correctly 1`] = `
47814781 background: #ffffff;
47824782 border-radius: 0.25rem;
47834783 width: 100%;
4784+ -webkit-align-content: center;
4785+ -ms-flex-line-pack: center;
4786+ align-content: center;
47844787}
47854788
47864789.emotion-2[data-size='small'] {
@@ -4963,6 +4966,9 @@ exports[`selectInput > renders correctly disabled 1`] = `
49634966 background: #ffffff;
49644967 border-radius: 0.25rem;
49654968 width: 100%;
4969+ -webkit-align-content: center;
4970+ -ms-flex-line-pack: center;
4971+ align-content: center;
49664972}
49674973
49684974.emotion-2[data-size='small'] {
@@ -5138,6 +5144,9 @@ exports[`selectInput > renders correctly grouped 1`] = `
51385144 background: #ffffff;
51395145 border-radius: 0.25rem;
51405146 width: 100%;
5147+ -webkit-align-content: center;
5148+ -ms-flex-line-pack: center;
5149+ align-content: center;
51415150}
51425151
51435152.emotion-2[data-size='small'] {
@@ -5934,6 +5943,9 @@ exports[`selectInput > renders correctly loadMore 1`] = `
59345943 background: #ffffff;
59355944 border-radius: 0.25rem;
59365945 width: 100%;
5946+ -webkit-align-content: center;
5947+ -ms-flex-line-pack: center;
5948+ align-content: center;
59375949}
59385950
59395951.emotion-2[data-size='small'] {
@@ -6119,6 +6131,9 @@ exports[`selectInput > renders correctly loading - grouped data 1`] = `
61196131 background: #ffffff;
61206132 border-radius: 0.25rem;
61216133 width: 100%;
6134+ -webkit-align-content: center;
6135+ -ms-flex-line-pack: center;
6136+ align-content: center;
61226137}
61236138
61246139.emotion-2[data-size='small'] {
@@ -6477,6 +6492,9 @@ exports[`selectInput > renders correctly loading - ungrouped data 1`] = `
64776492 background: #ffffff;
64786493 border-radius: 0.25rem;
64796494 width: 100%;
6495+ -webkit-align-content: center;
6496+ -ms-flex-line-pack: center;
6497+ align-content: center;
64806498}
64816499
64826500.emotion-2[data-size='small'] {
@@ -6830,6 +6848,9 @@ exports[`selectInput > renders correctly multiselect 1`] = `
68306848 background: #ffffff;
68316849 border-radius: 0.25rem;
68326850 width: 100%;
6851+ -webkit-align-content: center;
6852+ -ms-flex-line-pack: center;
6853+ align-content: center;
68336854}
68346855
68356856.emotion-2[data-size='small'] {
@@ -8455,6 +8476,9 @@ exports[`selectInput > renders correctly not clearable 1`] = `
84558476 background: #ffffff;
84568477 border-radius: 0.25rem;
84578478 width: 100%;
8479+ -webkit-align-content: center;
8480+ -ms-flex-line-pack: center;
8481+ align-content: center;
84588482}
84598483
84608484.emotion-2[data-size='small'] {
@@ -8629,6 +8653,9 @@ exports[`selectInput > renders correctly readOnly 1`] = `
86298653 background: #ffffff;
86308654 border-radius: 0.25rem;
86318655 width: 100%;
8656+ -webkit-align-content: center;
8657+ -ms-flex-line-pack: center;
8658+ align-content: center;
86328659}
86338660
86348661.emotion-2[data-size='small'] {
@@ -8804,6 +8831,9 @@ exports[`selectInput > renders correctly required 1`] = `
88048831 background: #ffffff;
88058832 border-radius: 0.25rem;
88068833 width: 100%;
8834+ -webkit-align-content: center;
8835+ -ms-flex-line-pack: center;
8836+ align-content: center;
88078837}
88088838
88098839.emotion-2[data-size='small'] {
@@ -8995,6 +9025,9 @@ exports[`selectInput > renders correctly required 2`] = `
89959025 background: #ffffff;
89969026 border-radius: 0.25rem;
89979027 width: 100%;
9028+ -webkit-align-content: center;
9029+ -ms-flex-line-pack: center;
9030+ align-content: center;
89989031}
89999032
90009033.emotion-2[data-size='small'] {
@@ -9665,6 +9698,9 @@ exports[`selectInput > renders correctly small 1`] = `
96659698 background: #ffffff;
96669699 border-radius: 0.25rem;
96679700 width: 100%;
9701+ -webkit-align-content: center;
9702+ -ms-flex-line-pack: center;
9703+ align-content: center;
96689704}
96699705
96709706.emotion-2[data-size='small'] {
@@ -9847,6 +9883,9 @@ exports[`selectInput > renders correctly unclosable tags when readonly 1`] = `
98479883 background: #ffffff;
98489884 border-radius: 0.25rem;
98499885 width: 100%;
9886+ -webkit-align-content: center;
9887+ -ms-flex-line-pack: center;
9888+ align-content: center;
98509889}
98519890
98529891.emotion-2[data-size='small'] {
@@ -10067,6 +10106,9 @@ exports[`selectInput > renders correctly ungrouped 1`] = `
1006710106 background: #ffffff;
1006810107 border-radius: 0.25rem;
1006910108 width: 100%;
10109+ -webkit-align-content: center;
10110+ -ms-flex-line-pack: center;
10111+ align-content: center;
1007010112}
1007110113
1007210114.emotion-2[data-size='small'] {
@@ -10737,6 +10779,9 @@ exports[`selectInput > renders correctly with default value 1`] = `
1073710779 background: #ffffff;
1073810780 border-radius: 0.25rem;
1073910781 width: 100%;
10782+ -webkit-align-content: center;
10783+ -ms-flex-line-pack: center;
10784+ align-content: center;
1074010785}
1074110786
1074210787.emotion-2[data-size='small'] {
@@ -11532,6 +11577,9 @@ exports[`selectInput > renders correctly with dropdownAlign 1`] = `
1153211577 background: #ffffff;
1153311578 border-radius: 0.25rem;
1153411579 width: 100%;
11580+ -webkit-align-content: center;
11581+ -ms-flex-line-pack: center;
11582+ align-content: center;
1153511583}
1153611584
1153711585.emotion-2[data-size='small'] {
@@ -12202,6 +12250,9 @@ exports[`selectInput > renders correctly with emptyState 1`] = `
1220212250 background: #ffffff;
1220312251 border-radius: 0.25rem;
1220412252 width: 100%;
12253+ -webkit-align-content: center;
12254+ -ms-flex-line-pack: center;
12255+ align-content: center;
1220512256}
1220612257
1220712258.emotion-2[data-size='small'] {
@@ -12411,6 +12462,9 @@ exports[`selectInput > renders correctly with error 1`] = `
1241112462 background: #ffffff;
1241212463 border-radius: 0.25rem;
1241312464 width: 100%;
12465+ -webkit-align-content: center;
12466+ -ms-flex-line-pack: center;
12467+ align-content: center;
1241412468}
1241512469
1241612470.emotion-2[data-size='small'] {
@@ -13100,6 +13154,9 @@ exports[`selectInput > renders correctly with footer 1`] = `
1310013154 background: #ffffff;
1310113155 border-radius: 0.25rem;
1310213156 width: 100%;
13157+ -webkit-align-content: center;
13158+ -ms-flex-line-pack: center;
13159+ align-content: center;
1310313160}
1310413161
1310513162.emotion-2[data-size='small'] {
@@ -13906,6 +13963,9 @@ exports[`selectInput > renders correctly with function footer 1`] = `
1390613963 background: #ffffff;
1390713964 border-radius: 0.25rem;
1390813965 width: 100%;
13966+ -webkit-align-content: center;
13967+ -ms-flex-line-pack: center;
13968+ align-content: center;
1390913969}
1391013970
1391113971.emotion-2[data-size='small'] {
@@ -14080,6 +14140,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1408014140 background: #ffffff;
1408114141 border-radius: 0.25rem;
1408214142 width: 100%;
14143+ -webkit-align-content: center;
14144+ -ms-flex-line-pack: center;
14145+ align-content: center;
1408314146}
1408414147
1408514148.emotion-2[data-size='small'] {
@@ -14894,6 +14957,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1489414957 background: #ffffff;
1489514958 border-radius: 0.25rem;
1489614959 width: 100%;
14960+ -webkit-align-content: center;
14961+ -ms-flex-line-pack: center;
14962+ align-content: center;
1489714963}
1489814964
1489914965.emotion-2[data-size='small'] {
@@ -15730,6 +15796,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1573015796 background: #ffffff;
1573115797 border-radius: 0.25rem;
1573215798 width: 100%;
15799+ -webkit-align-content: center;
15800+ -ms-flex-line-pack: center;
15801+ align-content: center;
1573315802}
1573415803
1573515804.emotion-2[data-size='small'] {
@@ -16566,6 +16635,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1656616635 background: #ffffff;
1656716636 border-radius: 0.25rem;
1656816637 width: 100%;
16638+ -webkit-align-content: center;
16639+ -ms-flex-line-pack: center;
16640+ align-content: center;
1656916641}
1657016642
1657116643.emotion-2[data-size='small'] {
@@ -17402,6 +17474,9 @@ exports[`selectInput > renders correctly with not searchable 1`] = `
1740217474 background: #ffffff;
1740317475 border-radius: 0.25rem;
1740417476 width: 100%;
17477+ -webkit-align-content: center;
17478+ -ms-flex-line-pack: center;
17479+ align-content: center;
1740517480}
1740617481
1740717482.emotion-2[data-size='small'] {
@@ -17916,6 +17991,9 @@ exports[`selectInput > renders correctly with success 1`] = `
1791617991 background: #ffffff;
1791717992 border-radius: 0.25rem;
1791817993 width: 100%;
17994+ -webkit-align-content: center;
17995+ -ms-flex-line-pack: center;
17996+ align-content: center;
1791917997}
1792017998
1792117999.emotion-2[data-size='small'] {
@@ -18605,6 +18683,9 @@ exports[`selectInput > renders correctly with tooltip 1`] = `
1860518683 background: #ffffff;
1860618684 border-radius: 0.25rem;
1860718685 width: 100%;
18686+ -webkit-align-content: center;
18687+ -ms-flex-line-pack: center;
18688+ align-content: center;
1860818689}
1860918690
1861018691.emotion-2[data-size='small'] {
0 commit comments