From b3e0a80157615c22b89d7fb0857d22275cb83710 Mon Sep 17 00:00:00 2001 From: Plamen Ivanov Date: Tue, 6 Feb 2024 10:42:20 +0200 Subject: [PATCH] fix(ui5-shellbar): fixed secondaryTitle visual presentation (#8221) After a recent change for the XXL breakpoint, the secondaryTitle didn't looked properly aligned. Now it's fixed by removing redundant CSS styling. Fixes: #8189 --- packages/fiori/src/themes/ShellBar.css | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/fiori/src/themes/ShellBar.css b/packages/fiori/src/themes/ShellBar.css index ecf216dcf123..bc8c89c060df 100644 --- a/packages/fiori/src/themes/ShellBar.css +++ b/packages/fiori/src/themes/ShellBar.css @@ -106,7 +106,6 @@ slot[name="profile"] { overflow: hidden; text-overflow: ellipsis; color: var(--sapShell_TextColor); - flex: auto; } :host(:not([primary-title])) .ui5-shellbar-menu-button {