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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user