[FrameworkBundle] Fix Incorrect line break in exception message (500 debug page)

This commit is contained in:
Pedro Resende 2016-08-29 21:43:12 +01:00 committed by Fabien Potencier
parent 3b5c353861
commit 1393e3e913

View File

@ -39,7 +39,7 @@ build: 56
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
color: #313131;
word-break: break-all;
word-wrap: break-word;
}
.sf-reset li {
padding-bottom: 10px;