From b6542f3ad7479e9b6bcacf8dbc5d604cc2b24992 Mon Sep 17 00:00:00 2001 From: "m.epshtein" Date: Wed, 19 Nov 2025 11:26:26 +0300 Subject: [PATCH] SUPPORT-9582 --- frontend/src/resources/css/components-dashboard.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/resources/css/components-dashboard.css b/frontend/src/resources/css/components-dashboard.css index 927182d5..88e0f7fe 100644 --- a/frontend/src/resources/css/components-dashboard.css +++ b/frontend/src/resources/css/components-dashboard.css @@ -32,6 +32,12 @@ .webbpm.ervu_dashboard :is(.fa, .fa-calendar::before) { font-size: var(--size-text-secondary); } +.webbpm.ervu_dashboard button-component { + position: relative; +} +.webbpm.ervu_dashboard button-component .tooltip.show { + width: max-content; +} .webbpm.ervu_dashboard :is(input.form-control, .input-group-addon) { height: var(--indent-huge);