Skip to content

Commit b54828d

Browse files
fix(frontend) Remove clamp on dashboard content width (#80)
1 parent cc98ba0 commit b54828d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/routes/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function Home() {
5151
</p>
5252
</ContextualAlert>
5353

54-
<div className="max-w-prose space-y-6">
54+
<div className="space-y-6">
5555
<section className="space-y-6">
5656
<p>
5757
<Trans ns={handle.i18nNamespace} i18nKey="common:index.content.description" components={{ cdbLink }} />

0 commit comments

Comments
 (0)