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:
parent
3dc193d098
commit
bde33260fa
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue