Skip to content

Commit

Permalink
Move overflow rule to theme.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Sep 19, 2018
1 parent b7e03ae commit eab3703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-library/src/table/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.wp-block-table {
overflow-x: auto;

&.has-fixed-layout table {
table-layout: fixed;
width: 100%;
Expand Down
2 changes: 2 additions & 0 deletions packages/block-library/src/table/theme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.wp-block-table {
overflow-x: auto;

table {
width: 100%;
min-width: $break-mobile / 2;
Expand Down

0 comments on commit eab3703

Please sign in to comment.