Skip to content

Commit cb6d708

Browse files
committed
Fixes margin issue for horizontal and fluid layouts with fixed navbar
1 parent 183ab27 commit cb6d708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlpage/templates/shell.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
</nav>
131131
</header>
132132
{{/if}}
133-
<main class="page-wrapper container-xl pt-3 px-md-5 px-sm-3 {{#if fixed_top_menu}} mt-5{{/if}}" id="sqlpage_main_wrapper">
133+
<main class="page-wrapper container-xl pt-3 px-md-5 px-sm-3 {{#if fixed_top_menu}} mt-5{{#unless (eq layout 'boxed')}} pt-5{{/unless}}{{/if}}" id="sqlpage_main_wrapper">
134134
{{~#each_row~}}{{~/each_row~}}
135135
</main>
136136
</div>

0 commit comments

Comments
 (0)