1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-24 18:22:03 +02: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

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 {