From 34af28c1b83c7b78d21a390f478643b1f0a839cb Mon Sep 17 00:00:00 2001 From: BenjaVR Date: Sun, 24 Feb 2019 19:05:18 +0100 Subject: [PATCH] Tables do not use full width on large screens --- src/components/DataTable.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/DataTable.module.scss b/src/components/DataTable.module.scss index 62827ed..2e3907b 100644 --- a/src/components/DataTable.module.scss +++ b/src/components/DataTable.module.scss @@ -1,7 +1,8 @@ @import "../variables.scss"; .table { - margin: 16px; + margin: auto; + max-width: 1500px; } .actionButton {