Skip to content

Commit b648f30

Browse files
committed
minor #13495 [FrameworkBundle] Keep "pre" meaning for var_dump quick-and-dirty debug (giosh94mhz)
This PR was merged into the 2.3 branch. Discussion ---------- [FrameworkBundle] Keep "pre" meaning for var_dump quick-and-dirty debug | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | This is a minor fix to have a quick-and-dirty var_dump nicely work with the exception output from Symfony. In short, the default "pre" whitespace CSS rules should be kept outside of block "#content", so that var_dump output is not diplayed in a single huge line. Commits ------- b6d4390 Keep "pre" meaning for var_dump quick-and-dirty debug
2 parents 2e7db36 + 159d4dc commit b648f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/public/css/structure.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ img {
6262
width: 970px;
6363
margin: 0 auto;
6464
}
65-
pre {
65+
#content pre {
6666
white-space: normal;
6767
font-family: Arial, Helvetica, sans-serif;
6868
}

0 commit comments

Comments
 (0)