mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +01:00
Apply normal letter-spacing
I'm using debugbar on a website which has a very generous letter-spacing on the `body` element. Unfortunately that cascades into the debugbar styling, which makes the data very difficult to read. That being said, the `letter-spacing: normal;` resets the debugbar back to the intended result.
This commit is contained in:
parent
70cb7a301e
commit
24848a884c
@ -18,6 +18,7 @@ div.phpdebugbar {
|
||||
color: #000;
|
||||
text-align: left;
|
||||
line-height: 1;
|
||||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
div.phpdebugbar a,
|
||||
|
Loading…
x
Reference in New Issue
Block a user