mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 13:28:35 +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;
|
color: #000;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.phpdebugbar a,
|
div.phpdebugbar a,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user