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

Set lineheight to 1.2 instead of 1 (#705)

This commit is contained in:
Barry vd. Heuvel 2025-01-02 20:47:28 +01:00 committed by GitHub
parent 021f38fba3
commit c0a7802053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ div.phpdebugbar {
font-size: 14px;
color: #000;
text-align: left;
line-height: 1;
line-height: 1.2em;
letter-spacing: normal;
direction: ltr;
}