fix: word breaking
This commit is contained in:
parent
ac30744a48
commit
ca5fdef4fc
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue