From 2e60dd32e651caf0331d2534576136e0924e62bc Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Mon, 22 Jun 2026 17:29:04 +0300 Subject: [PATCH] style(dashboard): bump widget-select title row min-height to 42px to fit close-button outline --- .../dashboard-page/dashboard-widget-select.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.scss b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.scss index d77a929fd8..c63eb26caf 100644 --- a/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.scss +++ b/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.scss @@ -50,7 +50,7 @@ tb-dashboard-widget-select { .tb-widget-select-title-row { gap: 8px; width: 100%; - min-height: 40px; + min-height: 42px; .tb-widget-select-title { font-size: 24px;