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 183ab27 commit cb6d708Copy full SHA for cb6d708
sqlpage/templates/shell.handlebars
@@ -130,7 +130,7 @@
130
</nav>
131
</header>
132
{{/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">
+ <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">
134
{{~#each_row~}}{{~/each_row~}}
135
</main>
136
</div>
0 commit comments