From 9351ac5cde1bf383d324296fd975bc84b89cf7a5 Mon Sep 17 00:00:00 2001 From: "m.epshtein" Date: Sun, 15 Dec 2024 21:19:54 +0300 Subject: [PATCH] // --- frontend/src/resources/css/components-dashboard.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/resources/css/components-dashboard.css b/frontend/src/resources/css/components-dashboard.css index 64ce67eb..a2986a8a 100644 --- a/frontend/src/resources/css/components-dashboard.css +++ b/frontend/src/resources/css/components-dashboard.css @@ -630,6 +630,10 @@ width: min(10vw, 12.5rem); height: min(7vw, 9rem); } +.webbpm.ervu_dashboard .child-block-business .graph-chart .chart-content { + width: min(8vw, 10rem); + height: min(7vw, 9rem); +} .webbpm.ervu_dashboard :is(.graph-donut, .graph-donut-large) { display: flex; justify-content: center;