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

Commit 6041920

Browse files
Merge branch '2.7' into 2.8
* 2.7: 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 f7c5256 + a3a8503 commit 6041920

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
@@ -342,6 +342,7 @@ public function getStylesheet(FlattenException $exception)
342342
border-bottom:1px solid #ccc;
343343
border-right:1px solid #ccc;
344344
border-left:1px solid #ccc;
345+
word-wrap: break-word;
345346
}
346347
.sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;
347348
-webkit-border-top-left-radius: 16px;

0 commit comments

Comments
 (0)