Skip to content

Commit 8351e43

Browse files
committed
fix: header changes in app-width only for main
1 parent 41530b4 commit 8351e43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

themes/basic/assets/css/_global.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ html, body, .container {
1414
width: calc(100% - calc(#{$content-margin} * 2)) !important;
1515
padding-left: $content-margin !important;
1616
padding-right: $content-margin !important;
17+
}
18+
19+
main.app-width {
1720
flex-grow: 1;
1821
}
1922

0 commit comments

Comments
 (0)