Skip to content

Commit 07a947e

Browse files
authored
Fix kvlist and timeline css (#1608)
1 parent 241e9bd commit 07a947e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

src/Resources/laravel-debugbar.css

+10-4
Original file line numberDiff line numberDiff line change
@@ -314,20 +314,25 @@ dl.phpdebugbar-widgets-kvlist dd.phpdebugbar-widgets-value.phpdebugbar-widgets-p
314314
background: transparent;
315315
}
316316

317+
dl.phpdebugbar-widgets-kvlist dt {
318+
width: 25%;
319+
}
320+
317321
dl.phpdebugbar-widgets-kvlist dd {
318322
margin-left: 25%;
319323
}
320324

321-
.phpdebugbar-widgets-timeline li .phpdebugbar-widgets-measure {
325+
ul.phpdebugbar-widgets-timeline li .phpdebugbar-widgets-measure {
322326
margin: 0 6px !important;
323-
}
324-
325-
ul.phpdebugbar-widgets-timeline .phpdebugbar-widgets-measure {
326327
height: 28px;
327328
line-height: 28px;
328329
border: none;
329330
}
330331

332+
ul.phpdebugbar-widgets-timeline li > .phpdebugbar-widgets-measure {
333+
height: 20px;
334+
}
335+
331336
ul.phpdebugbar-widgets-timeline li span.phpdebugbar-widgets-value {
332337
height: 16px;
333338
background-color: #63abca;
@@ -351,6 +356,7 @@ ul.phpdebugbar-widgets-timeline li .phpdebugbar-widgets-value span.phpdebugbar-w
351356

352357
ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params {
353358
font-size: 11px;
359+
margin-top: 20px !important;
354360
}
355361

356362
ul.phpdebugbar-widgets-timeline table.phpdebugbar-widgets-params td {

0 commit comments

Comments
 (0)