1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 13:00:42 +01:00

Tweak pre border

This commit is contained in:
Barry vd. Heuvel 2025-01-02 20:45:19 +01:00
parent 4a898f5be2
commit 72df868be6

View File

@ -83,7 +83,7 @@ div.phpdebugbar code, div.phpdebugbar pre, div.phpdebugbar samp {
background: none;
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 1em;
border: 0;
border: 0 !important;
padding: 0;
margin: 0;
}