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;