Skip to content

Commit 8b0d4f1

Browse files
committed
mobile fix
1 parent 6e2a4c4 commit 8b0d4f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/blog/[entry]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="flex flex-col gap-2">
2626
<h1>{entry?.title}</h1>
2727
<p class="text-sm text-gray-500">{entry?.date.toDateString()}</p>
28-
<article class="[&_a]:break-word prose max-w-none [&_p]:whitespace-pre-wrap">
28+
<article class="prose max-w-none [&_a]:break-all [&_p]:whitespace-pre-wrap">
2929
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
3030
{@html content}
3131
</article>

0 commit comments

Comments
 (0)