Skip to content

Commit 1259c9b

Browse files
authored
fix(web): height issue in multilist (#2194)
* feat(web): height issue in multilist * chore(web): test labeler
1 parent 8b162e0 commit 1259c9b

File tree

11 files changed

+0
-50
lines changed

11 files changed

+0
-50
lines changed

packages/web/src/components/basic/__snapshots__/ErrorBoundary.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ exports[`should handle error with componentIds passed 1`] = `
3030
background-color: #fafafa;
3131
font-size: 0.9rem;
3232
outline: none;
33-
height: 100%;
3433
}
3534
3635
.emotion-4:focus {

packages/web/src/components/list/__snapshots__/MultiDropdownList.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ exports[`should render search/count when showSearch/showCount are true 1`] = `
640640
background-color: #fafafa;
641641
font-size: 0.9rem;
642642
outline: none;
643-
height: 100%;
644643
}
645644
646645
.emotion-10:focus {

packages/web/src/components/list/__snapshots__/MultiList.test.js.snap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ exports[`should render list of items 1`] = `
311311
background-color: #fafafa;
312312
font-size: 0.9rem;
313313
outline: none;
314-
height: 100%;
315314
}
316315
317316
.emotion-4:focus {
@@ -645,7 +644,6 @@ exports[`should render search/count/checkbox when showSearch/showCount/showCheck
645644
background-color: #fafafa;
646645
font-size: 0.9rem;
647646
outline: none;
648-
height: 100%;
649647
}
650648
651649
.emotion-4:focus {
@@ -950,7 +948,6 @@ exports[`should select default value 1`] = `
950948
background-color: #fafafa;
951949
font-size: 0.9rem;
952950
outline: none;
953-
height: 100%;
954951
}
955952
956953
.emotion-4:focus {
@@ -1256,7 +1253,6 @@ exports[`should use render prop to render the list item 1`] = `
12561253
background-color: #fafafa;
12571254
font-size: 0.9rem;
12581255
outline: none;
1259-
height: 100%;
12601256
}
12611257
12621258
.emotion-4:focus {
@@ -1334,7 +1330,6 @@ exports[`should use renderItem to render the list item 1`] = `
13341330
background-color: #fafafa;
13351331
font-size: 0.9rem;
13361332
outline: none;
1337-
height: 100%;
13381333
}
13391334
13401335
.emotion-4:focus {

packages/web/src/components/list/__snapshots__/SingleDataList.test.js.snap

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ exports[`should render 1`] = `
3030
background-color: #fafafa;
3131
font-size: 0.9rem;
3232
outline: none;
33-
height: 100%;
3433
}
3534
3635
.emotion-4:focus {
@@ -339,7 +338,6 @@ exports[`should render with displayAsVertical 1`] = `
339338
background-color: #fafafa;
340339
font-size: 0.9rem;
341340
outline: none;
342-
height: 100%;
343341
}
344342
345343
.emotion-4:focus {
@@ -648,7 +646,6 @@ exports[`should render with renderItem 1`] = `
648646
background-color: #fafafa;
649647
font-size: 0.9rem;
650648
outline: none;
651-
height: 100%;
652649
}
653650
654651
.emotion-4:focus {
@@ -945,7 +942,6 @@ exports[`should render with showCount 1`] = `
945942
background-color: #fafafa;
946943
font-size: 0.9rem;
947944
outline: none;
948-
height: 100%;
949945
}
950946
951947
.emotion-4:focus {
@@ -1264,7 +1260,6 @@ exports[`should render with showRadio 1`] = `
12641260
background-color: #fafafa;
12651261
font-size: 0.9rem;
12661262
outline: none;
1267-
height: 100%;
12681263
}
12691264
12701265
.emotion-4:focus {
@@ -1573,7 +1568,6 @@ exports[`should render with showRadio and displayAsVertical 1`] = `
15731568
background-color: #fafafa;
15741569
font-size: 0.9rem;
15751570
outline: none;
1576-
height: 100%;
15771571
}
15781572
15791573
.emotion-4:focus {
@@ -1882,7 +1876,6 @@ exports[`should render with showRadio and showSearch 1`] = `
18821876
background-color: #fafafa;
18831877
font-size: 0.9rem;
18841878
outline: none;
1885-
height: 100%;
18861879
}
18871880
18881881
.emotion-4:focus {
@@ -2191,7 +2184,6 @@ exports[`should render with showRadio, showSearch and displayAsVertical 1`] = `
21912184
background-color: #fafafa;
21922185
font-size: 0.9rem;
21932186
outline: none;
2194-
height: 100%;
21952187
}
21962188
21972189
.emotion-4:focus {
@@ -2500,7 +2492,6 @@ exports[`should render with showSearch 1`] = `
25002492
background-color: #fafafa;
25012493
font-size: 0.9rem;
25022494
outline: none;
2503-
height: 100%;
25042495
}
25052496
25062497
.emotion-4:focus {
@@ -2809,7 +2800,6 @@ exports[`should render with title 1`] = `
28092800
background-color: #fafafa;
28102801
font-size: 0.9rem;
28112802
outline: none;
2812-
height: 100%;
28132803
}
28142804
28152805
.emotion-4:focus {

packages/web/src/components/list/__snapshots__/SingleDropdownList.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ exports[`should render search/count when showSearch/showCount are true 1`] = `
640640
background-color: #fafafa;
641641
font-size: 0.9rem;
642642
outline: none;
643-
height: 100%;
644643
}
645644
646645
.emotion-10:focus {

packages/web/src/components/list/__snapshots__/SingleList.test.js.snap

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ exports[`should render list of items 1`] = `
288288
background-color: #fafafa;
289289
font-size: 0.9rem;
290290
outline: none;
291-
height: 100%;
292291
}
293292
294293
.emotion-4:focus {
@@ -616,7 +615,6 @@ exports[`should render search/count/checkbox when showSearch/showCount/showCheck
616615
background-color: #fafafa;
617616
font-size: 0.9rem;
618617
outline: none;
619-
height: 100%;
620618
}
621619
622620
.emotion-4:focus {
@@ -915,7 +913,6 @@ exports[`should select default value 1`] = `
915913
background-color: #fafafa;
916914
font-size: 0.9rem;
917915
outline: none;
918-
height: 100%;
919916
}
920917
921918
.emotion-4:focus {
@@ -1215,7 +1212,6 @@ exports[`should use render prop to render the list item 1`] = `
12151212
background-color: #fafafa;
12161213
font-size: 0.9rem;
12171214
outline: none;
1218-
height: 100%;
12191215
}
12201216
12211217
.emotion-4:focus {
@@ -1295,7 +1291,6 @@ exports[`should use renderItem to render the list item 1`] = `
12951291
background-color: #fafafa;
12961292
font-size: 0.9rem;
12971293
outline: none;
1298-
height: 100%;
12991294
}
13001295
13011296
.emotion-4:focus {

packages/web/src/components/list/__snapshots__/TabDataList.test.js.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ exports[`should render with showRadio and showSearch 1`] = `
897897
background-color: #fafafa;
898898
font-size: 0.9rem;
899899
outline: none;
900-
height: 100%;
901900
}
902901
903902
.emotion-4:focus {
@@ -1209,7 +1208,6 @@ exports[`should render with showRadio, showSearch and displayAsVertical 1`] = `
12091208
background-color: #fafafa;
12101209
font-size: 0.9rem;
12111210
outline: none;
1212-
height: 100%;
12131211
}
12141212
12151213
.emotion-4:focus {
@@ -1518,7 +1516,6 @@ exports[`should render with showSearch 1`] = `
15181516
background-color: #fafafa;
15191517
font-size: 0.9rem;
15201518
outline: none;
1521-
height: 100%;
15221519
}
15231520
15241521
.emotion-4:focus {

packages/web/src/components/list/__snapshots__/TreeList.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33727,7 +33727,6 @@ exports[`should render with showSearch 1`] = `
3372733727
background-color: #fafafa;
3372833728
font-size: 0.9rem;
3372933729
outline: none;
33730-
height: 100%;
3373133730
}
3373233731

3373333732
.emotion-4:focus {

packages/web/src/components/range/__snapshots__/RangeInput.test.js.snap

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ exports[`should not render histogram when showHistogram is set to false 1`] = `
185185
background-color: #fafafa;
186186
font-size: 0.9rem;
187187
outline: none;
188-
height: 100%;
189188
}
190189
191190
.emotion-15:focus {
@@ -530,7 +529,6 @@ exports[`should not render slider when ShowSlider is false 1`] = `
530529
background-color: #fafafa;
531530
font-size: 0.9rem;
532531
outline: none;
533-
height: 100%;
534532
}
535533
536534
.emotion-10:focus {
@@ -1271,7 +1269,6 @@ exports[`should render histogram when showHistogram is set to true 1`] = `
12711269
background-color: #fafafa;
12721270
font-size: 0.9rem;
12731271
outline: none;
1274-
height: 100%;
12751272
}
12761273
12771274
.emotion-218:focus {
@@ -2244,7 +2241,6 @@ exports[`should render range labels 1`] = `
22442241
background-color: #fafafa;
22452242
font-size: 0.9rem;
22462243
outline: none;
2247-
height: 100%;
22482244
}
22492245
22502246
.emotion-15:focus {
@@ -2607,7 +2603,6 @@ exports[`should render range with slider 1`] = `
26072603
background-color: #fafafa;
26082604
font-size: 0.9rem;
26092605
outline: none;
2610-
height: 100%;
26112606
}
26122607
26132608
.emotion-15:focus {
@@ -2958,7 +2953,6 @@ exports[`should render title 1`] = `
29582953
background-color: #fafafa;
29592954
font-size: 0.9rem;
29602955
outline: none;
2961-
height: 100%;
29622956
}
29632957
29642958
.emotion-12:focus {
@@ -3312,7 +3306,6 @@ exports[`should select default value 1`] = `
33123306
background-color: #fafafa;
33133307
font-size: 0.9rem;
33143308
outline: none;
3315-
height: 100%;
33163309
}
33173310
33183311
.emotion-15:focus {

packages/web/src/components/search/__snapshots__/SearchBox.test.js.snap

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ exports[`should display/ hide (search/ clear )icon when (showIcon/ showClear )pr
5959
background-color: #fafafa;
6060
font-size: 0.9rem;
6161
outline: none;
62-
height: 100%;
6362
padding: 8px 12px 9px;
6463
border: 1px solid transparent;
6564
border-radius: 6px;
@@ -413,7 +412,6 @@ exports[`should not render enterButton when enterButton prop is false 1`] = `
413412
background-color: #fafafa;
414413
font-size: 0.9rem;
415414
outline: none;
416-
height: 100%;
417415
padding: 8px 12px 9px;
418416
border: 1px solid transparent;
419417
border-radius: 6px;
@@ -802,7 +800,6 @@ exports[`should not render expanded dropdown when expandSuggestionsContainer pro
802800
background-color: #fafafa;
803801
font-size: 0.9rem;
804802
outline: none;
805-
height: 100%;
806803
padding: 8px 12px 9px;
807804
border: 1px solid transparent;
808805
border-radius: 6px;
@@ -1783,7 +1780,6 @@ exports[`should render (prefixed/ suffixed) UI nodes with searchbox when (addonB
17831780
background-color: #fafafa;
17841781
font-size: 0.9rem;
17851782
outline: none;
1786-
height: 100%;
17871783
padding: 8px 12px 9px;
17881784
border: 1px solid transparent;
17891785
border-radius: 6px;
@@ -2147,7 +2143,6 @@ exports[`should render SearchBox 1`] = `
21472143
background-color: #fafafa;
21482144
font-size: 0.9rem;
21492145
outline: none;
2150-
height: 100%;
21512146
padding: 8px 12px 9px;
21522147
border: 1px solid transparent;
21532148
border-radius: 6px;
@@ -2498,7 +2493,6 @@ exports[`should render SearchBox with featured suggestions 1`] = `
24982493
background-color: #fafafa;
24992494
font-size: 0.9rem;
25002495
outline: none;
2501-
height: 100%;
25022496
padding: 8px 12px 9px;
25032497
border: 1px solid transparent;
25042498
border-radius: 6px;
@@ -3591,7 +3585,6 @@ exports[`should render SearchBox with tags 1`] = `
35913585
background-color: #fafafa;
35923586
font-size: 0.9rem;
35933587
outline: none;
3594-
height: 100%;
35953588
padding: 8px 12px 9px;
35963589
border: 1px solid transparent;
35973590
border-radius: 6px;
@@ -4014,7 +4007,6 @@ exports[`should render SearchBox with title 1`] = `
40144007
background-color: #fafafa;
40154008
font-size: 0.9rem;
40164009
outline: none;
4017-
height: 100%;
40184010
padding: 8px 12px 9px;
40194011
border: 1px solid transparent;
40204012
border-radius: 6px;
@@ -4370,7 +4362,6 @@ exports[`should render custom (search/ clear icon/ recent search icon/ popular s
43704362
background-color: #fafafa;
43714363
font-size: 0.9rem;
43724364
outline: none;
4373-
height: 100%;
43744365
padding: 8px 12px 9px;
43754366
border: 1px solid transparent;
43764367
border-radius: 6px;
@@ -5298,7 +5289,6 @@ exports[`should render custom dropdown UI when render prop is set 1`] = `
52985289
background-color: #fafafa;
52995290
font-size: 0.9rem;
53005291
outline: none;
5301-
height: 100%;
53025292
padding: 8px 12px 9px;
53035293
border: 1px solid transparent;
53045294
border-radius: 6px;
@@ -5737,7 +5727,6 @@ exports[`should render custom enterButton 1`] = `
57375727
background-color: #fafafa;
57385728
font-size: 0.9rem;
57395729
outline: none;
5740-
height: 100%;
57415730
padding: 8px 12px 9px;
57425731
border: 1px solid transparent;
57435732
border-radius: 6px;
@@ -6118,7 +6107,6 @@ exports[`should render enterButton when enterButton prop is true 1`] = `
61186107
background-color: #fafafa;
61196108
font-size: 0.9rem;
61206109
outline: none;
6121-
height: 100%;
61226110
padding: 8px 12px 9px;
61236111
border: 1px solid transparent;
61246112
border-radius: 6px;
@@ -6533,7 +6521,6 @@ exports[`should render search icon on the right 1`] = `
65336521
background-color: #fafafa;
65346522
font-size: 0.9rem;
65356523
outline: none;
6536-
height: 100%;
65376524
padding: 8px 12px 9px;
65386525
border: 1px solid transparent;
65396526
border-radius: 6px;
@@ -6884,7 +6871,6 @@ exports[`should render with a default value when defaultValue prop is set 1`] =
68846871
background-color: #fafafa;
68856872
font-size: 0.9rem;
68866873
outline: none;
6887-
height: 100%;
68886874
padding: 8px 12px 9px;
68896875
border: 1px solid transparent;
68906876
border-radius: 6px;
@@ -7234,7 +7220,6 @@ exports[`should show voice search when showVoiceSearch prop is set 1`] = `
72347220
background-color: #fafafa;
72357221
font-size: 0.9rem;
72367222
outline: none;
7237-
height: 100%;
72387223
padding: 8px 12px 9px;
72397224
border: 1px solid transparent;
72407225
border-radius: 6px;

0 commit comments

Comments
 (0)