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 71381e5 commit 8ef2934Copy full SHA for 8ef2934
src/Illuminate/Foundation/resources/exceptions/renderer/scripts.js
@@ -61,7 +61,7 @@ window.highlight = function (
61
transformers: [
62
{
63
pre(node) {
64
- this.addClassToHast(node, ['bg-transparent!', truncate ? 'truncate' : '']);
+ this.addClassToHast(node, ['bg-transparent!', truncate ? 'truncate' : 'w-fit min-w-full']);
65
},
66
code(node) {
67
this.addClassToHast(node, 'flex flex-col');
0 commit comments