Skip to content

Commit b53e13c

Browse files
committed
fix(scss): rtl margin-right for sidebar-minimized
1 parent 5af5fde commit b53e13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_layout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,13 @@ html[dir="rtl"] {
331331
@include media-breakpoint-down($breakpoint-mobile-down) {
332332
.main,
333333
.app-footer {
334-
margin-left: $sidebar-width;
334+
margin-right: $sidebar-width;
335335
}
336336
}
337337
@include media-breakpoint-up($breakpoint-mobile-up) {
338338
.main,
339339
.app-footer {
340-
margin-left: $sidebar-minimized-width;
340+
margin-right: $sidebar-minimized-width;
341341
}
342342
}
343343
}

0 commit comments

Comments
 (0)