We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2a4c4 commit 8b0d4f1Copy full SHA for 8b0d4f1
1 file changed
src/routes/blog/[entry]/+page.svelte
@@ -25,7 +25,7 @@
25
<div class="flex flex-col gap-2">
26
<h1>{entry?.title}</h1>
27
<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">
+ <article class="prose max-w-none [&_a]:break-all [&_p]:whitespace-pre-wrap">
29
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
30
{@html content}
31
</article>
0 commit comments