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

Commit 5421814

Browse files
Merge branch '3.1'
* 3.1: 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 [FrameworkBundle] Fix default lifetime of cache pools 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 b5a2167 + 053d556 commit 5421814

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
@@ -295,6 +295,7 @@ public function getStylesheet(FlattenException $exception)
295295
border-bottom:1px solid #ccc;
296296
border-right:1px solid #ccc;
297297
border-left:1px solid #ccc;
298+
word-wrap: break-word;
298299
}
299300
.sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;
300301
border-top-left-radius: 16px;

0 commit comments

Comments
 (0)