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

Fix alignment issue in database queries tab

This commit is contained in:
ThallisPHP 2013-11-08 15:21:52 -02:00
parent 71be65fdcd
commit 5eda8cc983

View File

@ -8,6 +8,7 @@ ul.phpdebugbar-widgets-list {
padding: 3px 6px;
border-bottom: 1px solid #eee;
position: relative;
overflow: hidden;
}
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item:hover {
background: #fafafa;