Skip to content

Commit 3d17fb8

Browse files
committedJun 24, 2024
fix #209
1 parent 84afcdb commit 3d17fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div
2-
{{ $attributes->merge(["class" => "relative h-[500px] w-full overflow-auto whitespace-pre-line rounded-md border border-gray-200 bg-black p-5 text-gray-50 dark:border-gray-700"]) }}
2+
{{ $attributes->merge(["class" => "font-mono whitespace-pre relative h-[500px] w-full overflow-auto whitespace-pre-line rounded-md border border-gray-200 bg-black p-5 text-gray-50 dark:border-gray-700"]) }}
33
>
44
{{ $slot }}
55
</div>

0 commit comments

Comments
 (0)