@@ -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'] {
@@ -4960,6 +4963,9 @@ exports[`selectInput > renders correctly disabled 1`] = `
49604963 background: #ffffff;
49614964 border-radius: 0.25rem;
49624965 width: 100%;
4966+ -webkit-align-content: center;
4967+ -ms-flex-line-pack: center;
4968+ align-content: center;
49634969}
49644970
49654971.emotion-2[data-size='small'] {
@@ -5132,6 +5138,9 @@ exports[`selectInput > renders correctly grouped 1`] = `
51325138 background: #ffffff;
51335139 border-radius: 0.25rem;
51345140 width: 100%;
5141+ -webkit-align-content: center;
5142+ -ms-flex-line-pack: center;
5143+ align-content: center;
51355144}
51365145
51375146.emotion-2[data-size='small'] {
@@ -5926,6 +5935,9 @@ exports[`selectInput > renders correctly loadMore 1`] = `
59265935 background: #ffffff;
59275936 border-radius: 0.25rem;
59285937 width: 100%;
5938+ -webkit-align-content: center;
5939+ -ms-flex-line-pack: center;
5940+ align-content: center;
59295941}
59305942
59315943.emotion-2[data-size='small'] {
@@ -6108,6 +6120,9 @@ exports[`selectInput > renders correctly loading - grouped data 1`] = `
61086120 background: #ffffff;
61096121 border-radius: 0.25rem;
61106122 width: 100%;
6123+ -webkit-align-content: center;
6124+ -ms-flex-line-pack: center;
6125+ align-content: center;
61116126}
61126127
61136128.emotion-2[data-size='small'] {
@@ -6463,6 +6478,9 @@ exports[`selectInput > renders correctly loading - ungrouped data 1`] = `
64636478 background: #ffffff;
64646479 border-radius: 0.25rem;
64656480 width: 100%;
6481+ -webkit-align-content: center;
6482+ -ms-flex-line-pack: center;
6483+ align-content: center;
64666484}
64676485
64686486.emotion-2[data-size='small'] {
@@ -6813,6 +6831,9 @@ exports[`selectInput > renders correctly multiselect 1`] = `
68136831 background: #ffffff;
68146832 border-radius: 0.25rem;
68156833 width: 100%;
6834+ -webkit-align-content: center;
6835+ -ms-flex-line-pack: center;
6836+ align-content: center;
68166837}
68176838
68186839.emotion-2[data-size='small'] {
@@ -8437,6 +8458,9 @@ exports[`selectInput > renders correctly not clearable 1`] = `
84378458 background: #ffffff;
84388459 border-radius: 0.25rem;
84398460 width: 100%;
8461+ -webkit-align-content: center;
8462+ -ms-flex-line-pack: center;
8463+ align-content: center;
84408464}
84418465
84428466.emotion-2[data-size='small'] {
@@ -8608,6 +8632,9 @@ exports[`selectInput > renders correctly readOnly 1`] = `
86088632 background: #ffffff;
86098633 border-radius: 0.25rem;
86108634 width: 100%;
8635+ -webkit-align-content: center;
8636+ -ms-flex-line-pack: center;
8637+ align-content: center;
86118638}
86128639
86138640.emotion-2[data-size='small'] {
@@ -8780,6 +8807,9 @@ exports[`selectInput > renders correctly required 1`] = `
87808807 background: #ffffff;
87818808 border-radius: 0.25rem;
87828809 width: 100%;
8810+ -webkit-align-content: center;
8811+ -ms-flex-line-pack: center;
8812+ align-content: center;
87838813}
87848814
87858815.emotion-2[data-size='small'] {
@@ -8968,6 +8998,9 @@ exports[`selectInput > renders correctly required 2`] = `
89688998 background: #ffffff;
89698999 border-radius: 0.25rem;
89709000 width: 100%;
9001+ -webkit-align-content: center;
9002+ -ms-flex-line-pack: center;
9003+ align-content: center;
89719004}
89729005
89739006.emotion-2[data-size='small'] {
@@ -9636,6 +9669,9 @@ exports[`selectInput > renders correctly small 1`] = `
96369669 background: #ffffff;
96379670 border-radius: 0.25rem;
96389671 width: 100%;
9672+ -webkit-align-content: center;
9673+ -ms-flex-line-pack: center;
9674+ align-content: center;
96399675}
96409676
96419677.emotion-2[data-size='small'] {
@@ -9815,6 +9851,9 @@ exports[`selectInput > renders correctly unclosable tags when readonly 1`] = `
98159851 background: #ffffff;
98169852 border-radius: 0.25rem;
98179853 width: 100%;
9854+ -webkit-align-content: center;
9855+ -ms-flex-line-pack: center;
9856+ align-content: center;
98189857}
98199858
98209859.emotion-2[data-size='small'] {
@@ -10033,6 +10072,9 @@ exports[`selectInput > renders correctly ungrouped 1`] = `
1003310072 background: #ffffff;
1003410073 border-radius: 0.25rem;
1003510074 width: 100%;
10075+ -webkit-align-content: center;
10076+ -ms-flex-line-pack: center;
10077+ align-content: center;
1003610078}
1003710079
1003810080.emotion-2[data-size='small'] {
@@ -10701,6 +10743,9 @@ exports[`selectInput > renders correctly with default value 1`] = `
1070110743 background: #ffffff;
1070210744 border-radius: 0.25rem;
1070310745 width: 100%;
10746+ -webkit-align-content: center;
10747+ -ms-flex-line-pack: center;
10748+ align-content: center;
1070410749}
1070510750
1070610751.emotion-2[data-size='small'] {
@@ -11494,6 +11539,9 @@ exports[`selectInput > renders correctly with dropdownAlign 1`] = `
1149411539 background: #ffffff;
1149511540 border-radius: 0.25rem;
1149611541 width: 100%;
11542+ -webkit-align-content: center;
11543+ -ms-flex-line-pack: center;
11544+ align-content: center;
1149711545}
1149811546
1149911547.emotion-2[data-size='small'] {
@@ -12162,6 +12210,9 @@ exports[`selectInput > renders correctly with emptyState 1`] = `
1216212210 background: #ffffff;
1216312211 border-radius: 0.25rem;
1216412212 width: 100%;
12213+ -webkit-align-content: center;
12214+ -ms-flex-line-pack: center;
12215+ align-content: center;
1216512216}
1216612217
1216712218.emotion-2[data-size='small'] {
@@ -12368,6 +12419,9 @@ exports[`selectInput > renders correctly with error 1`] = `
1236812419 background: #ffffff;
1236912420 border-radius: 0.25rem;
1237012421 width: 100%;
12422+ -webkit-align-content: center;
12423+ -ms-flex-line-pack: center;
12424+ align-content: center;
1237112425}
1237212426
1237312427.emotion-2[data-size='small'] {
@@ -13055,6 +13109,9 @@ exports[`selectInput > renders correctly with footer 1`] = `
1305513109 background: #ffffff;
1305613110 border-radius: 0.25rem;
1305713111 width: 100%;
13112+ -webkit-align-content: center;
13113+ -ms-flex-line-pack: center;
13114+ align-content: center;
1305813115}
1305913116
1306013117.emotion-2[data-size='small'] {
@@ -13859,6 +13916,9 @@ exports[`selectInput > renders correctly with function footer 1`] = `
1385913916 background: #ffffff;
1386013917 border-radius: 0.25rem;
1386113918 width: 100%;
13919+ -webkit-align-content: center;
13920+ -ms-flex-line-pack: center;
13921+ align-content: center;
1386213922}
1386313923
1386413924.emotion-2[data-size='small'] {
@@ -14030,6 +14090,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1403014090 background: #ffffff;
1403114091 border-radius: 0.25rem;
1403214092 width: 100%;
14093+ -webkit-align-content: center;
14094+ -ms-flex-line-pack: center;
14095+ align-content: center;
1403314096}
1403414097
1403514098.emotion-2[data-size='small'] {
@@ -14842,6 +14905,9 @@ exports[`selectInput > renders correctly with label on the bottom and optional i
1484214905 background: #ffffff;
1484314906 border-radius: 0.25rem;
1484414907 width: 100%;
14908+ -webkit-align-content: center;
14909+ -ms-flex-line-pack: center;
14910+ align-content: center;
1484514911}
1484614912
1484714913.emotion-2[data-size='small'] {
@@ -15676,6 +15742,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1567615742 background: #ffffff;
1567715743 border-radius: 0.25rem;
1567815744 width: 100%;
15745+ -webkit-align-content: center;
15746+ -ms-flex-line-pack: center;
15747+ align-content: center;
1567915748}
1568015749
1568115750.emotion-2[data-size='small'] {
@@ -16510,6 +16579,9 @@ exports[`selectInput > renders correctly with label on the right and optional in
1651016579 background: #ffffff;
1651116580 border-radius: 0.25rem;
1651216581 width: 100%;
16582+ -webkit-align-content: center;
16583+ -ms-flex-line-pack: center;
16584+ align-content: center;
1651316585}
1651416586
1651516587.emotion-2[data-size='small'] {
@@ -17344,6 +17416,9 @@ exports[`selectInput > renders correctly with not searchable 1`] = `
1734417416 background: #ffffff;
1734517417 border-radius: 0.25rem;
1734617418 width: 100%;
17419+ -webkit-align-content: center;
17420+ -ms-flex-line-pack: center;
17421+ align-content: center;
1734717422}
1734817423
1734917424.emotion-2[data-size='small'] {
@@ -17855,6 +17930,9 @@ exports[`selectInput > renders correctly with success 1`] = `
1785517930 background: #ffffff;
1785617931 border-radius: 0.25rem;
1785717932 width: 100%;
17933+ -webkit-align-content: center;
17934+ -ms-flex-line-pack: center;
17935+ align-content: center;
1785817936}
1785917937
1786017938.emotion-2[data-size='small'] {
@@ -18542,6 +18620,9 @@ exports[`selectInput > renders correctly with tooltip 1`] = `
1854218620 background: #ffffff;
1854318621 border-radius: 0.25rem;
1854418622 width: 100%;
18623+ -webkit-align-content: center;
18624+ -ms-flex-line-pack: center;
18625+ align-content: center;
1854518626}
1854618627
1854718628.emotion-2[data-size='small'] {
0 commit comments