Skip to content

Commit 0c7a755

Browse files
committed
test: update snapshot of ssr test case
1 parent 8998234 commit 0c7a755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/__snapshots__/ssr.spec.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ exports[`Overflow.SSR basic 1`] = `
66
>
77
<div
88
class="rc-overflow-item"
9-
style="opacity:1;order:0"
9+
style="opacity:1;order:0;max-width:0;padding:0;margin:0;border-width:0;overflow-x:hidden"
1010
>
1111
Label 0
1212
</div>
1313
<div
1414
class="rc-overflow-item"
15-
style="opacity:1;order:1"
15+
style="opacity:1;order:1;max-width:0;padding:0;margin:0;border-width:0;overflow-x:hidden"
1616
>
1717
Label 1
1818
</div>
1919
<div
2020
aria-hidden="true"
2121
class="rc-overflow-item rc-overflow-item-rest"
22-
style="opacity:0;height:0;overflow-y:hidden;order:9007199254740991;pointer-events:none;position:absolute"
22+
style="opacity:0;height:0;overflow-y:hidden;order:9007199254740991;pointer-events:none;position:absolute;max-width:0;padding:0;margin:0;border-width:0;overflow-x:hidden"
2323
>
2424
+ 0 ...
2525
</div>

0 commit comments

Comments
 (0)