Skip to content

Commit 21b7373

Browse files
committed
✅ update snapshots
1 parent f1814d1 commit 21b7373

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/__snapshots__/Table.expandRow.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ exports[`Table.expand renders expend row class correctly 1`] = `
993993

994994
exports[`Table.expand renders fixed column correctly 1`] = `
995995
<div
996-
class="rc-table rc-table-scroll-position-left rc-table-layout-fixed"
996+
class="rc-table rc-table-scroll-position-left"
997997
>
998998
<div
999999
class="rc-table-content"

tests/__snapshots__/Table.fixedColumns.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`Table.fixedColumns renders correctly 1`] = `
44
<div
5-
class="rc-table rc-table-scroll-position-left rc-table-layout-fixed"
5+
class="rc-table rc-table-scroll-position-left"
66
>
77
<div
88
class="rc-table-content"

tests/__snapshots__/Table.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ exports[`Table scroll renders scroll.x is true 1`] = `
18881888
>
18891889
<table
18901890
class="rc-table-fixed"
1891-
style="table-layout:fixed"
1891+
style="width:max-content"
18921892
>
18931893
<colgroup>
18941894
<col />

0 commit comments

Comments
 (0)