Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 945e8e0

Browse filesBrowse files
[TwigBundle] Break long lines in exceptions
1 parent 949b17a commit 945e8e0
Copy full SHA for 945e8e0

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/views/exception.css.twig
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.