Skip to content

Commit

Permalink
Horizontal scroll fix on tables (#1306) (#1313)
Browse files Browse the repository at this point in the history
* restore horizontal overflows to responsive tables

* regenerate package-lock
  • Loading branch information
SektorDV authored Aug 20, 2021
1 parent c5adcda commit a94a611
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/styles": "^4.11.4",
"@saleor/macaw-ui": "^0.2.2",
"@saleor/macaw-ui": "github:mirumee/macaw-ui#03d63cd",
"@sentry/react": "^6.0.0",
"@types/faker": "^5.1.6",
"apollo": "^2.32.5",
Expand All @@ -48,7 +48,6 @@
"editorjs-undo": "^0.1.4",
"faker": "^5.1.0",
"fast-array-diff": "^0.2.0",
"fsevents": "^1.2.9",
"fuzzaldrin": "^2.1.0",
"graphql": "^14.4.2",
"graphql-tag": "^2.11.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ResponsiveTable/ResponsiveTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const useStyles = makeStyles(
"& table": {
tableLayout: "auto"
},
overflowX: "hidden",
overflowX: "auto",
width: "100%"
}
}),
Expand Down

0 comments on commit a94a611

Please sign in to comment.