Skip to content

Commit

Permalink
Fixed #5251 - Toolbox's left padding disappeared somewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Feb 29, 2024
1 parent d7b5806 commit 8cc935f
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ svc-toolbox {
}

_::-webkit-full-page-media,
_:future {
.svc-toolbox {
padding: calcSize(2);
}
_:future,
:root .svc-toolbox {
padding: calcSize(2);
}

.svc-toolbox--compact {
Expand Down

0 comments on commit 8cc935f

Please sign in to comment.