Line height only on sqls (#1615)

This commit is contained in:
parallels999 2024-04-12 06:20:37 -05:00 committed by GitHub
parent 35ca17eaa2
commit 92d86be45e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -554,6 +554,9 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
border: none;
font-family: inherit;
overflow: visible;
}
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-sql {
line-height: 20px;
}