1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +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:
Sébastien Nikolaou 2015-11-17 13:09:23 +02:00
parent 70cb7a301e
commit 24848a884c

View File

@ -18,6 +18,7 @@ div.phpdebugbar {
color: #000;
text-align: left;
line-height: 1;
letter-spacing: normal;
}
div.phpdebugbar a,