mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01:00
Added display:block to list items
It's realistic (for example: fresh laravel installation with default inline style display:inline) that someone will globally change the <li> items, but this will mess up the debugbar.
This commit is contained in:
parent
ff0d9a32cf
commit
b5bcafb3e3
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
ul.phpdebugbar-widgets-list {
|
ul.phpdebugbar-widgets-list {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -124,6 +123,7 @@ ul.phpdebugbar-widgets-timeline {
|
|||||||
height: 20px;
|
height: 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
ul.phpdebugbar-widgets-timeline li:hover {
|
ul.phpdebugbar-widgets-timeline li:hover {
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
@ -289,4 +289,4 @@ div.phpdebugbar-widgets-mails li.phpdebugbar-widgets-list-item pre.phpdebugbar-w
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user