Skip to content

Commit

Permalink
Tables do not use full width on large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaVR committed Feb 24, 2019
1 parent 4bb85cb commit 34af28c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/DataTable.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@import "../variables.scss";

.table {
margin: 16px;
margin: auto;
max-width: 1500px;
}

.actionButton {
Expand Down

0 comments on commit 34af28c

Please sign in to comment.