1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 07:49: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>
{#if adventure.description}
<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}
</p>
</div>