8000 [FrameworkBundle] Fix Incorrect line break in exception message (500 … · symfony/symfony@f51069b · GitHub
[go: up one dir, main page]

Skip to content

Commit f51069b

Browse files
committed
[FrameworkBundle] Fix Incorrect line break in exception message (500 debug page)
1 parent 9b39c7a commit f51069b

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