We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a46c5 commit 5bbb3bcCopy full SHA for 5bbb3bc
src/DebugBar/Resources/widgets.css
@@ -94,14 +94,16 @@ dl.phpdebugbar-widgets-kvlist {
94
}
95
dl.phpdebugbar-widgets-kvlist dt {
96
float: left;
97
- width: 140px;
+ width: 150px;
98
padding: 5px;
99
border-top: 1px solid #eee;
100
font-weight: bold;
101
clear: both;
102
+ overflow: hidden;
103
+ text-overflow: ellipsis;
104
105
dl.phpdebugbar-widgets-kvlist dd {
- margin-left: 150px;
106
+ margin-left: 160px;
107
108
109
cursor: pointer;
0 commit comments