Skip to content

Commit 328a160

Browse files
committed
Use white-space: nowrap;
Otherwise some keys can become 2 lines (when they have a `-` inside them) and this destroys the alignment.
1 parent 0e50bf1 commit 328a160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DebugBar/Resources/widgets.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ dl.phpdebugbar-widgets-kvlist {
101101
clear: both;
102102
overflow: hidden;
103103
text-overflow: ellipsis;
104+
white-space: nowrap;
104105
}
105106
dl.phpdebugbar-widgets-kvlist dd {
106107
margin-left: 160px;

0 commit comments

Comments
 (0)