mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-19 15:51:24 +02:00
Normalize pre/code
Most useful for Bootstrap, which overrides the default pre/code globally.
This commit is contained in:
@@ -22,6 +22,14 @@ div.phpdebugbar * {
|
|||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.phpdebugbar code, div.phpdebugbar pre {
|
||||||
|
background: none;
|
||||||
|
font-family: monospace;
|
||||||
|
font-size: 1em;
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
a.phpdebugbar-restore-btn {
|
a.phpdebugbar-restore-btn {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
|
Reference in New Issue
Block a user