We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54cd65 commit 7100870Copy full SHA for 7100870
docs/assets/scss/_layout.scss
@@ -1,6 +1,6 @@
1
.wrapper {
2
width: 100%;
3
- padding-left: var(--cui-sidebar-occupy-start, 0);
+ @include ltr-rtl("padding-left", var(--cui-sidebar-occupy-start, 0));
4
will-change: auto;
5
@include transition(padding .15s);
6
}
0 commit comments