From 55589005719c0be0b501a49fb7ba5558ef3d8874 Mon Sep 17 00:00:00 2001 From: Christian Wach Date: Mon, 18 Jan 2021 11:39:49 +0000 Subject: [PATCH] Fix rendering of Dashlet placeholder --- css/dashboard.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 * { -- 2.25.1