We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1b8fe commit b77a4f7Copy full SHA for b77a4f7
src/Illuminate/Foundation/resources/exceptions/renderer/components/frame-code.blade.php
@@ -10,6 +10,6 @@ class="text-sm rounded-b-lg bg-neutral-50 border-t border-neutral-100 dark:bg-ne
10
editor
11
:starting-line="max(1, $highlightedLine - 5)"
12
:highlighted-line="min(5, $highlightedLine - 1)"
13
- class="overflow-x-auto"
+ class="overflow-x-auto [&>pre]:w-fit [&>pre]:min-w-full"
14
/>
15
</div>
0 commit comments