1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-20 13:29:37 +02:00

Show tabs in description box

This commit is contained in:
Sean Morley 2024-11-09 22:25:47 -05:00
parent 3dc193d098
commit bde33260fa

View file

@ -245,7 +245,7 @@
</div> </div>
{#if adventure.description} {#if adventure.description}
<div class="grid gap-2"> <div class="grid gap-2">
<p class="text-sm text-muted-foreground whitespace-pre-line"> <p class="text-sm text-muted-foreground" style="white-space: pre-wrap;">
{adventure.description} {adventure.description}
</p> </p>
</div> </div>