mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-29 11:17:52 +01:00
Use white-space: nowrap;
Otherwise some keys can become 2 lines (when they have a `-` inside them) and this destroys the alignment.
This commit is contained in:
parent
0e50bf1950
commit
328a160ce5
@ -101,6 +101,7 @@ dl.phpdebugbar-widgets-kvlist {
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
dl.phpdebugbar-widgets-kvlist dd {
|
||||
margin-left: 160px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user