Skip to content

Commit

Permalink
fix(ui5-shellbar): fixed secondaryTitle visual presentation (#8221)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
plamenivanov91 authored Feb 6, 2024
1 parent c1976c5 commit b3e0a80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fiori/src/themes/ShellBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b3e0a80

Please sign in to comment.