Skip to content

Commit c7e6f07

Browse files
fix(ui5-shellbar): Fix unnecessary cutting space on left side (#3513)
Make limitation of the space (equal on both sides) to be applied only when the coPilot logo is appearing to visually "divide" the Shellbar. Fixes: #3501
1 parent e0744d6 commit c7e6f07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/fiori/src/themes/ShellBar.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -231,13 +231,14 @@ slot[name="profile"] {
231231
}
232232

233233
.ui5-shellbar-overflow-container-left {
234-
max-width: calc(50% - 1.5rem);
234+
235235
justify-content: flex-start;
236236
margin-right: 0.5rem;
237237
}
238238

239239
.ui5-shellbar-with-coPilot .ui5-shellbar-overflow-container-left {
240240
flex-basis: 50%;
241+
max-width: calc(50% - 1.5rem);
241242
}
242243

243244
.ui5-shellbar-menu-button {
@@ -408,6 +409,7 @@ slot[name="profile"] {
408409
pointer-events: none;
409410
}
410411

412+
411413
/**
412414
* IE styles
413415
*/

0 commit comments

Comments
 (0)