Skip to content

Commit fcc9064

Browse files
committed
Allow multi-line messages in the error modal
1 parent 19d845c commit fcc9064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/components/modals/ErrorDetails.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</section>
7676
{/if}
7777
<section class={`${sectionClass} overflow-y-auto`}>
78-
<p class="font-mono">{error}</p>
78+
<p class="font-mono whitespace-pre-line">{error}</p>
7979
</section>
8080
<section class={sectionClass}>
8181
<p class={`text-base ${fullPageMode ? 'text-center' : ''}`}>

0 commit comments

Comments
 (0)