Skip to content

Commit 54430f4

Browse files
pedroresendefabpot
authored andcommitted
[FrameworkBundle] Fix Incorrect line break in exception message (500 debug page)
1 parent 0207549 commit 54430f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)