From 8d30f0d8b07ee798b8df8f2f33450a19be12402f Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Wed, 5 Jul 2017 13:35:14 +1200 Subject: [PATCH] Make tables full width on small screens. --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles.css b/styles.css index d952510..5aa997a 100644 --- a/styles.css +++ b/styles.css @@ -217,6 +217,11 @@ #page-mod-attendance-view .colatt { display: none; } + + .path-mod-attendance .attfiltercontrols, + .path-mod-attendance .attwidth { + width: 100%; + } } @media (max-width: 480px) {