From 7a7ea6674cfdcfd9046252cfe1a493e6503b3b3b Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 1 Jul 2018 22:30:25 +0200 Subject: [PATCH] full width scolltables --- templates/default-layout.lucius | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 6cd69859b..5d65654cc 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -289,6 +289,16 @@ a.btn.btn-info:hover, overflow: auto; } +@media (max-width: 425px) { + + .scrolltable { + margin-left: -10px; + padding-left: 10px; + margin-right: -10px; + padding-right: 10px; + } +} + /* TABLE DESIGN */ .table__td, .table__th { padding-top: 14px;