Skip to content

Commit bfea74b

Browse files
committed
refactor: update wrapper padding
1 parent 9697125 commit bfea74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.wrapper {
22
width: 100%;
3-
@include ltr-rtl("padding-left", var(--cui-sidebar-occupy, 0));
3+
@include ltr-rtl("padding-left", var(--cui-sidebar-occupy-start, 0));
44
transform: translateZ(0);
55
will-change: auto;
66
@include transition(padding .15s);

0 commit comments

Comments
 (0)