Skip to content

Commit

Permalink
fix(ui5-shellbar): space between search elements
Browse files Browse the repository at this point in the history
  • Loading branch information
PetyaMarkovaBogdanova committed Nov 26, 2024
1 parent 6b515de commit 2287e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiori/src/themes/ShellBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ slot[name="profile"] {
}

.ui5-shellbar-overflow-container-right-child > :first-child,
.ui5-shellbar-search-field:first-child + .ui5-shellbar-button {
.ui5-shellbar-search-field:first-child + .ui5-shellbar-button:not(.ui5-shellbar-search-button) {
margin-inline-start: 0;
}

Expand Down

0 comments on commit 2287e3c

Please sign in to comment.