From 18d954faba44b7a47a73aeb3ac73c930975dfc96 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 12 Dec 2023 15:30:28 +0100 Subject: [PATCH] :bug: Fix overflow library name --- frontend/src/app/main/ui/components/title_bar.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/app/main/ui/components/title_bar.scss b/frontend/src/app/main/ui/components/title_bar.scss index d69d8affa..acea5d58f 100644 --- a/frontend/src/app/main/ui/components/title_bar.scss +++ b/frontend/src/app/main/ui/components/title_bar.scss @@ -24,6 +24,7 @@ height: 100%; min-height: $s-32; color: var(--title-foreground-color); + overflow: hidden; } .title-only { margin-left: $s-8; @@ -36,6 +37,7 @@ padding: 0; color: var(--title-foreground-color); stroke: var(--title-foreground-color); + overflow: hidden; .toggle-btn { @include buttonStyle; display: flex; @@ -44,6 +46,7 @@ padding: 0; color: var(--title-foreground-color); stroke: var(--title-foreground-color); + overflow: hidden; .collapsabled-icon { @include flexCenter; height: $s-24;