fix: word breaking

This commit is contained in:
glazk0 2023-11-22 22:59:11 +01:00
parent ac30744a48
commit ca5fdef4fc
No known key found for this signature in database
GPG key ID: E45BF177782B9FEB

View file

@ -50,7 +50,7 @@
{puzzle.name}
<span class="text-xl text-highlight-secondary">({puzzle.scoreMax} points)</span>
</h1>
<div class="h-screen w-full overflow-y-auto break-all font-fira text-xs sm:text-base">
<div class="h-screen w-full overflow-y-auto break-normal font-fira text-xs sm:text-base">
{@html marked(puzzle.content, options)}
</div>
{#if !puzzle.score}