SearchKit - normalize search display column keys
[civicrm-core.git] / css / dashboard.css
index 88296b1be7a8e05443fe7cae60de1047ec1421c0..ff84027a6229951fc1feab9232e93712cc1e23ca 100644 (file)
@@ -2,6 +2,13 @@
   min-height: 200px;
 }
 
+#civicrm-dashboard > .crm-flex-box > .crm-flex-2 {
+  min-width: 300px;
+}
+#civicrm-dashboard > .crm-flex-box > .crm-flex-3 {
+  min-width: 450px;
+}
+
 .crm-container .crm-dashlet {
   margin: 10px;
   box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
@@ -84,7 +91,9 @@ fieldset.crm-inactive-dashlet-fieldset legend {
 #civicrm-dashboard .ui-sortable-placeholder {
   border: 2px dashed grey;
   visibility: visible !important;
-  height: 80px !important;
+  width: 226px;
+  height: 66px !important;
+  vertical-align: bottom;
 }
 
 #civicrm-dashboard .ui-sortable-placeholder * {