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}
|
{puzzle.name}
|
||||||
<span class="text-xl text-highlight-secondary">({puzzle.scoreMax} points)</span>
|
<span class="text-xl text-highlight-secondary">({puzzle.scoreMax} points)</span>
|
||||||
</h1>
|
</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)}
|
{@html marked(puzzle.content, options)}
|
||||||
</div>
|
</div>
|
||||||
{#if !puzzle.score}
|
{#if !puzzle.score}
|
||||||
|
|
Loading…
Add table
Reference in a new issue