From f118a271a047ab78aa084564cb71bc9064352581 Mon Sep 17 00:00:00 2001 From: "m.epshtein" Date: Fri, 28 Jun 2024 13:57:49 +0300 Subject: [PATCH] // --- frontend/src/resources/css/components-dashboard.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/resources/css/components-dashboard.css b/frontend/src/resources/css/components-dashboard.css index 0acd547b..1a4ed255 100644 --- a/frontend/src/resources/css/components-dashboard.css +++ b/frontend/src/resources/css/components-dashboard.css @@ -203,7 +203,7 @@ .webbpm.ervu_dashboard .brick-group { color: var(--color-text-secondary); - line-height: 1.1; + line-height: 1; padding: 8px 16px; border-radius: 8px; border: 1px solid var(--color-primary-20); @@ -220,6 +220,7 @@ margin-bottom: 0; & > div { align-items: center; + white-space: nowrap; } } &.text-invert .form-group > div:last-child {