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.
2 parents fa12f8a + 46624b5 commit 587f288Copy full SHA for 587f288
sqlpage/templates/shell.handlebars
@@ -159,7 +159,7 @@
159
</nav>
160
</header>
161
{{/if}}
162
- <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">
+ <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">
163
{{~#each_row~}}{{~/each_row~}}
164
</main>
165
</div>
0 commit comments