Skip to content

Commit

Permalink
Store view specific labels cut in left navigation menu #22406
Browse files Browse the repository at this point in the history
  • Loading branch information
bajaj-sudhanshu committed Apr 19, 2019
1 parent 6cc245b commit 2b60b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
.store-scope {
.admin__legend {
.admin__field-tooltip {
margin-left: -@indent__base;
margin-left: 0;
margin-top: .5rem;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@
font-size: 14px;
font-weight: 600;
line-height: 3.2rem;
padding: 0 30px 0 0;
padding: 0 30px 0 30px;
white-space: nowrap;
word-wrap: break-word;

Expand Down

0 comments on commit 2b60b9f

Please sign in to comment.