Skip to content

Commit c540552

Browse files
committed
fix store view label issue
1 parent c56341c commit c540552

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@
235235
.store-view {
236236
&:not(.store-switcher) {
237237
float: left;
238-
margin-top: 13px;
238+
margin-top: .59rem;
239+
line-height: 2.3;
239240
}
240241

241242
.store-switcher-label {

0 commit comments

Comments
 (0)