We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84afcdb commit 3d17fb8Copy full SHA for 3d17fb8
resources/views/components/console-view.blade.php
@@ -1,5 +1,5 @@
1
<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"]) }}
+ {{ $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"]) }}
3
>
4
{{ $slot }}
5
</div>
0 commit comments