Responsive width for dashboard columns
authorColeman Watts <coleman@civicrm.org>
Mon, 26 Sep 2016 19:34:20 +0000 (15:34 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 26 Sep 2016 19:44:33 +0000 (15:44 -0400)
css/dashboard.css

index 1a837e9f2af2a12854db630f276fa2748fb664e1..711f7fae0b3c62aa7193c77c976d82a0ce74edf1 100644 (file)
 #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;
+  }
+}