Skip to content

Commit d6b0ee2

Browse files
ENGCOM-4788: Store view specific labels cut in left navigation menu #22406 #22423
- Merge Pull Request #22423 from sudhanshu-bajaj/magento2:2.3-develop - Merged commits: 1. 2b60b9f
2 parents 93a8162 + 2b60b9f commit d6b0ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
.store-scope {
3838
.admin__legend {
3939
.admin__field-tooltip {
40-
margin-left: -@indent__base;
40+
margin-left: 0;
4141
margin-top: .5rem;
4242
}
4343
}

app/design/adminhtml/Magento/backend/web/css/styles-old.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@
13661366
font-size: 14px;
13671367
font-weight: 600;
13681368
line-height: 3.2rem;
1369-
padding: 0 30px 0 0;
1369+
padding: 0 30px 0 30px;
13701370
white-space: nowrap;
13711371
word-wrap: break-word;
13721372

0 commit comments

Comments
 (0)