Skip to content

Commit ab3ed82

Browse files
authored
fix(changelog): prevent horizontal scroll on mobile (supabase#36559)
1 parent 692f0b2 commit ab3ed82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/pages/changelog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ function ChangelogPage({ changelog, pageInfo, restPage }: ChangelogPageProps) {
296296
</div>
297297
</div>
298298
<div className="col-span-8 ml-8 lg:ml-0 max-w-[calc(100vw-80px)]">
299-
<article className="prose prose-docs max-w-none">
299+
<article className="prose prose-docs max-w-none [overflow-wrap:break-word]">
300300
<MDXRemote {...entry.source} components={mdxComponents('blog')} />
301301
</article>
302302
</div>

0 commit comments

Comments
 (0)