8000 merged branch vicb/exc/overflow (PR #6877) · xamado/symfony@163e607 · GitHub
[go: up one dir, main page]

Skip to content

Commit 163e607

Browse files
committed
merged branch vicb/exc/overflow (PR symfony#6877)
This PR was merged into the master branch. Commits ------- 189a05e css fix Discussion ---------- css fix before ![ov](https://f.cloud.github.com/assets/248818/97566/72a11c18-66fe-11e2-80b1-f434a5216a66.jpg) after ![nov](https://f.cloud.github.com/assets/248818/97563/41ace560-66fe-11e2-988e-fcdb931d88d7.jpg) --------------------------------------------------------------------------- by WouterJ at 2013-01-25T15:19:13Z :+1:
2 parents 5381fae + 189a05e commit 163e607

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/public/css/exception.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
background-color: #f6f6f6;
3737
border: 1px solid #dfdfdf;
3838
padding: 30px 28px;
39+
word-wrap: break-word;
40+
overflow: hidden;
3941
}
4042
.sf-reset .block-exception div {
4143
color: #313131;

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/exception.css.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
background-color: #f6f6f6;
3737
border: 1px solid #dfdfdf;
3838
padding: 30px 28px;
39+
word-wrap: break-word;
40+
overflow: hidden;
3941
}
4042
.sf-reset .block-exception div {
4143
color: #313131;

src/Symfony/Component/HttpKernel/Debug/ExceptionHandler.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ public function getStylesheet(FlattenException $exception)
201201
border-top:1px solid #ccc;
202202
border-right:1px solid #ccc;
203203
border-left:1px solid #ccc;
204+
overflow: hidden;
205+
word-wrap: break-word;
204206
}
205207
.sf-reset li a { background:none; color:#868686; text-decoration:none; }
206208
.sf-reset li a:hover { background:none; color:#313131; text-decoration:underline; }

0 commit comments

Comments
 (0)
0