Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 053d556

Browse files
Merge branch '2.8' into 3.1
* 2.8: Disable CLI color for Windows 10 greater than 10.0.10586 Exception details break the layout [HttpKernel] Remove wrong docblock [HttpKernel] Fix HttpCache validation HTTP method Move space from the before 'if' to the after 'if' [TwigBundle] Add a check for choice's attributes emptiness before calling block('attributes')
2 parents ea4f083 + 6041920 commit 053d556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ExceptionHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ public function getStylesheet(FlattenException $exception)
299299
border-bottom:1px solid #ccc;
300300
border-right:1px solid #ccc;
301301
border-left:1px solid #ccc;
302+
word-wrap: break-word;
302303
}
303304
.sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;
304305
-webkit-border-top-left-radius: 16px;

0 commit comments

Comments
 (0)