From 72ea8395f456b6a1496e46d2d6576bce3e33c7ce Mon Sep 17 00:00:00 2001 From: "m.epshtein" Date: Mon, 21 Apr 2025 21:45:13 +0300 Subject: [PATCH] fixed height for pers-block grid --- frontend/src/resources/css/components-dashboard.css | 5 +++++ frontend/src/resources/css/inbox-dashboard.css | 3 +++ 2 files changed, 8 insertions(+) diff --git a/frontend/src/resources/css/components-dashboard.css b/frontend/src/resources/css/components-dashboard.css index bd53c0c9..cc70ca12 100644 --- a/frontend/src/resources/css/components-dashboard.css +++ b/frontend/src/resources/css/components-dashboard.css @@ -1322,6 +1322,11 @@ .webbpm.ervu_dashboard .pers-block .pers-info .form-group { margin-bottom: 0; } +.webbpm.ervu_dashboard .pers-block .grid { + flex-direction: column; + flex: 1 1 auto; + height: 100px; +} .webbpm.ervu_dashboard grid-v2 { flex: 1; diff --git a/frontend/src/resources/css/inbox-dashboard.css b/frontend/src/resources/css/inbox-dashboard.css index 1c2cb185..3493627c 100644 --- a/frontend/src/resources/css/inbox-dashboard.css +++ b/frontend/src/resources/css/inbox-dashboard.css @@ -83,6 +83,9 @@ --h-header: min(calc(3.9*var(--w-content)), 4.875rem); /*78*/ --w-screen: min(calc(2*var(--w-content)), 2.5rem); /*40*/ } +.webbpm.ervu_dashboard .ag-theme-balham-dark { + --ag-modal-overlay-background-color: transparent !important; +} body.webbpm.ervu_dashboard { display: flex;