Skip to content

Commit a42478f

Browse files
committed
Normalize pre/code
Most useful for Bootstrap, which overrides the default pre/code globally.
1 parent c8969fc commit a42478f

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)