Skip to content

Commit b3b2c2e

Browse files
committed
Fixed OpenAPI width
1 parent 9196c33 commit b3b2c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/docs/openapi/openapi.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function OpenApiTerminusDB() {
1212
<h2 className="font-display text-3xl tracking-tight text-slate-900 dark:text-white">
1313
OpenAPI spec
1414
</h2>
15-
<div className="w-64 mt-8 rounded-md bg-slate-50 py-1">
15+
<div className="w-64 mt-8 rounded-md w-full bg-slate-50 py-1">
1616
<SwaggerLight />
1717
</div>
1818
</div>

0 commit comments

Comments
 (0)