Skip to content

Commit 8ef2934

Browse files
xiCO2kavosalmon
andauthored
[12.x] Fixes error renderer report page (#57208)
* wip * review * Remove unnecessary colon --------- Co-authored-by: Ryuta Hamasaki <[email protected]>
1 parent 71381e5 commit 8ef2934

File tree

1 file changed

+1
-1
lines changed
  • src/Illuminate/Foundation/resources/exceptions/renderer

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/resources/exceptions/renderer/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ window.highlight = function (
6161
transformers: [
6262
{
6363
pre(node) {
64-
this.addClassToHast(node, ['bg-transparent!', truncate ? 'truncate' : '']);
64+
this.addClassToHast(node, ['bg-transparent!', truncate ? 'truncate' : 'w-fit min-w-full']);
6565
},
6666
code(node) {
6767
this.addClassToHast(node, 'flex flex-col');

0 commit comments

Comments
 (0)