Skip to content

Commit 26fb493

Browse files
authored
ENGCOM-3726: [Forwardport]Fix issue 19902 - Store View label and Dropdown misaligned #19904
2 parents 5389c85 + d08173f commit 26fb493

File tree

1 file changed

+1
-2
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/actions-bar

1 file changed

+1
-2
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/actions-bar/_store-switcher.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
color: @text__color; // ToDo UI: Delete with admin scope
1414
float: left;
1515
font-size: round(@font-size__base - .1rem, 1);
16-
margin-top: .7rem;
16+
margin-top: .59rem;
1717

1818
.admin__action-dropdown {
1919
background-color: @page-main-actions__background-color;
@@ -239,7 +239,6 @@
239239

240240
.store-switcher-label {
241241
display: inline-block;
242-
margin-top: @indent__s;
243242
}
244243
}
245244

0 commit comments

Comments
 (0)