allow breakline in arginput description

This commit is contained in:
Ruben Fiszel
2024-04-30 02:28:33 +02:00
parent 3ada18f99a
commit 16b989cb12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -307,7 +307,7 @@
{/if}
{#if description}
<div class="text-xs italic pb-1 text-secondary">
<pre class="font-main">{description}</pre>
<pre class="font-main whitespace-normal">{description}</pre>
</div>
{/if}
<div class="flex space-x-1">
@@ -178,7 +178,7 @@
{#if description}
<div class={twMerge('text-xs italic pb-1', css?.description?.class)}>
<pre class="font-main">{description}</pre>
<pre class="font-main whitespace-normal">{description}</pre>
</div>
{/if}