From 95a4c53f9b69fce7a6e95dc2e7abcfc40e56bbe3 Mon Sep 17 00:00:00 2001 From: colemanw Date: Wed, 13 Dec 2023 16:57:02 -0500 Subject: [PATCH] Dashboard - Make fullscreen dashlet full-height --- css/dashboard.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/dashboard.css b/css/dashboard.css index ef17e63d85..0055655b02 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -23,6 +23,10 @@ min-height: 10em; } +crm-dashlet[is-fullscreen=true] > .crm-dashlet-content { + height: calc(100% - 1em); +} + .crm-container .ui-sortable-helper.crm-dashlet { box-shadow: 1px 1px 8px 3px rgba(0,0,0,0.5); } -- 2.25.1