Skip to content

Commit 44c1a3f

Browse files
committed
wip
1 parent 092777d commit 44c1a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/resources/exceptions/renderer/components/frame-code.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class="text-sm rounded-b-lg bg-neutral-50 border-t border-neutral-100 dark:bg-ne
1010
editor
1111
:starting-line="max(1, $highlightedLine - 5)"
1212
:highlighted-line="min(5, $highlightedLine - 1)"
13-
class="overflow-x-auto w-fit"
13+
class="overflow-x-auto [&>pre]:w-fit [&>pre]:min-w-full"
1414
/>
1515
</div>

0 commit comments

Comments
 (0)