Fix rendering of Dashlet placeholder
authorChristian Wach <needle@haystack.co.uk>
Mon, 18 Jan 2021 11:39:49 +0000 (11:39 +0000)
committerChristian Wach <needle@haystack.co.uk>
Mon, 18 Jan 2021 11:39:49 +0000 (11:39 +0000)
css/dashboard.css

index 2586b3c9012dc3e114b6cefb6bef4a90067f9754..ff84027a6229951fc1feab9232e93712cc1e23ca 100644 (file)
@@ -91,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 * {