8000 [TwigBundle] Break long lines in exceptions · symfony/symfony@945e8e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 945e8e0

Browse files
[TwigBundle] Break long lines in exceptions
1 parent 949b17a commit 945e8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Resources/views/exception.css.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ header .container { display: flex; justify-content: space-between; }
105105
.trace-line a { color: #222; }
106106
.trace-line .icon { opacity: .4; position: absolute; left: 10px; top: 11px; }
107107
.trace-line .icon svg { height: 16px; width: 16px; }
108-
.trace-line-header { padding-left: 36px; }
108+
.trace-line-header { padding-left: 36px; padding-right: 10px; word-wrap: break-word; }
109109

110110
.trace-file-path, .trace-file-path a { color: #222; font-size: 13px; }
111111
.trace-class { color: #B0413E; }

0 commit comments

Comments
 (0)
0