Skip to content

Commit

Permalink
fix(ui5-shellbar): improved readability (#9527)
Browse files Browse the repository at this point in the history
On 200% or more browser zoom, sometimes the primary title gets
truncated, even if there is visibly enough space to be rendered.

This fix mitigates the issue.

Fixes: #9296
  • Loading branch information
plamenivanov91 authored Jul 25, 2024
1 parent fdefc66 commit ea60331
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/fiori/src/themes/ShellBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ slot[name="profile"] {
height: var(--_ui5_shellbar_overflow_container_middle_height);
width: 0;
flex-shrink: 0;
width: 7.5rem;
}

.ui5-shellbar-mid-content {
Expand All @@ -167,10 +166,6 @@ slot[name="profile"] {
width: 33.3%;
}

:host([breakpoint-size="S"]) .ui5-shellbar-overflow-container-middle {
width: 0;
}

:host([breakpoint-size="XXL"]) .ui5-shellbar-with-searchfield .ui5-shellbar-overflow-container-middle {
width: 35rem;
}
Expand Down

0 comments on commit ea60331

Please sign in to comment.