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 9196c33 commit b3b2c2eCopy full SHA for b3b2c2e
src/app/docs/openapi/openapi.tsx
@@ -12,7 +12,7 @@ export default function OpenApiTerminusDB() {
12
<h2 className="font-display text-3xl tracking-tight text-slate-900 dark:text-white">
13
OpenAPI spec
14
</h2>
15
- <div className="w-64 mt-8 rounded-md bg-slate-50 py-1">
+ <div className="w-64 mt-8 rounded-md w-full bg-slate-50 py-1">
16
<SwaggerLight />
17
</div>
18
0 commit comments