Skip to content

Commit

Permalink
✅ fix table snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 3, 2019
1 parent a1cde52 commit d132505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -11,7 +11,7 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
class="ant-spin-container"
>
<div
class="ant-table ant-table-default ant-table-scroll-position-left"
class="ant-table ant-table-default ant-table-scroll-position-left ant-table-layout-fixed"
>
<div
class="ant-table-content"
Expand Down
Expand Up @@ -453,7 +453,7 @@ exports[`Table renders empty table with fixed columns 1`] = `
class="ant-spin-container"
>
<div
class="ant-table ant-table-default ant-table-empty ant-table-scroll-position-left"
class="ant-table ant-table-default ant-table-empty ant-table-scroll-position-left ant-table-layout-fixed"
>
<div
class="ant-table-content"
Expand Down

0 comments on commit d132505

Please sign in to comment.