Skip to content

Commit 18ea76d

Browse files
authored
fix(ui5-shellbar): menu button arrow position (#3285)
Fixes: #3199
1 parent 7d7d9df commit 18ea76d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fiori/src/themes/ShellBar.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ slot[name="profile"] {
128128

129129
.ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow {
130130
display: inline-block;
131-
margin-left: 0.5rem;
131+
margin-left: 0.375rem;
132132
width: 10px;
133133
height: 10px;
134134
width: 0px;
@@ -470,7 +470,7 @@ slot[name="profile"] {
470470
}
471471

472472
[dir="rtl"] .ui5-shellbar-menu-button--interactive .ui5-shellbar-menu-button-arrow {
473-
margin-right: .5rem;
473+
margin-right: 0.375rem;
474474
margin-left: 0;
475475
}
476476

0 commit comments

Comments
 (0)