mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01:00
Merge pull request #46 from thallisphp/patch-1
Fix alignment issue in database queries tab
This commit is contained in:
commit
34d6037621
@ -8,6 +8,7 @@ ul.phpdebugbar-widgets-list {
|
|||||||
padding: 3px 6px;
|
padding: 3px 6px;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item:hover {
|
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item:hover {
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user