We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae12d6 commit 999a054Copy full SHA for 999a054
2 files changed
_layouts/default.html
@@ -142,7 +142,7 @@ <h1 class="site-name">
142
</nav>
143
</aside>
144
145
- <main class="content">
+ <main class="content {% if page.layout == 'api-swagger' %}content--full{% endif %}">
146
147
{{ content }}
148
assets/style.css
@@ -452,6 +452,10 @@ API layout
452
display: none;
453
}
454
455
+.content--full {
456
+ max-width: none;
457
+}
458
+
459
.content:has(.swagger-wrapper) {
460
max-width: none;
461
0 commit comments