From 2937ef4dc7cf02dbf24c2924b7cc953683c08884 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 26 Sep 2016 15:34:20 -0400 Subject: [PATCH] Responsive width for dashboard columns --- css/dashboard.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/dashboard.css b/css/dashboard.css index 1a837e9f2a..711f7fae0b 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -219,3 +219,13 @@ #crm-container .ui-sortable-placeholder * { visibility: hidden; } + +@media screen and (max-width: 50em) { + #crm-container .column { + width: 100%; + min-height: 0; + } + #crm-container .column-0 { + padding: 0; + } +} -- 2.25.1