8000 bug #19780 [FrameworkBundle] Incorrect line break in exception messag… · symfony/symfony@c7d129e · GitHub
[go: up one dir, main page]

Skip to content

Commit c7d129e

Browse files
committed
bug #19780 [FrameworkBundle] Incorrect line break in exception message (500 debug page) (pedroresende)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #19780). Discussion ---------- [FrameworkBundle] Incorrect line break in exception message (500 debug page) | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | [19041](#19041) | License | MIT Commits ------- 1393e3e [FrameworkBundle] Fix Incorrect line break in exception message (500 debug page)
2 parents 3b5c353 + 1393e3e commit c7d129e

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/public/css

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/public/css/body.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build: 56
3939
font-family: Georgia, "Times New Roman", Times, serif;
4040
font-size: 20px;
4141
color: #313131;
42-
word-break: break-all;
42+
word-wrap: break-word;
4343
}
4444
.sf-reset li {
4545
padding-bottom: 10px;

0 commit comments

Comments
 (0)
0