Skip to content

Commit 5bbb3bc

Browse files
committed
better handling of long keys in kvlist (fixes php-debugbar#61)
1 parent e0a46c5 commit 5bbb3bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/DebugBar/Resources/widgets.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,16 @@ dl.phpdebugbar-widgets-kvlist {
9494
}
9595
dl.phpdebugbar-widgets-kvlist dt {
9696
float: left;
97-
width: 140px;
97+
width: 150px;
9898
padding: 5px;
9999
border-top: 1px solid #eee;
100100
font-weight: bold;
101101
clear: both;
102+
overflow: hidden;
103+
text-overflow: ellipsis;
102104
}
103105
dl.phpdebugbar-widgets-kvlist dd {
104-
margin-left: 150px;
106+
margin-left: 160px;
105107
padding: 5px;
106108
border-top: 1px solid #eee;
107109
cursor: pointer;

0 commit comments

Comments
 (0)