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

Fix line-height on tabs (#649)

This commit is contained in:
parallels999 2024-05-12 00:19:53 -05:00 committed by GitHub
parent 7715ec5136
commit 20cffd75fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ div.phpdebugbar ol, div.phpdebugbar ul {
}
div.phpdebugbar ul li, div.phpdebugbar ol li, div.phpdebugbar dl li {
line-height: 1;
line-height: normal;
}
div.phpdebugbar table, .phpdebugbar-openhandler table {