From: Christian Wach Date: Mon, 18 Jan 2021 11:39:49 +0000 (+0000) Subject: Fix rendering of Dashlet placeholder X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=55589005719c0be0b501a49fb7ba5558ef3d8874;p=civicrm-core.git Fix rendering of Dashlet placeholder --- diff --git a/css/dashboard.css b/css/dashboard.css index 2586b3c901..ff84027a62 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -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 * {