Skip to content

Commit 0dcb72f

Browse files
committed
Merge pull request php-debugbar#160 from barryvdh/patch-14
Normalize pre/code style
2 parents c8969fc + a42478f commit 0dcb72f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/DebugBar/Resources/debugbar.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ div.phpdebugbar * {
2222
box-sizing: content-box;
2323
}
2424

25+
div.phpdebugbar code, div.phpdebugbar pre {
26+
background: none;
27+
font-family: monospace;
28+
font-size: 1em;
29+
border: 0;
30+
padding: 0;
31+
}
32+
2533
a.phpdebugbar-restore-btn {
2634
float: left;
2735
padding: 5px 8px;

0 commit comments

Comments
 (0)