Skip to content

Commit ce8f3d7

Browse files
committed
Tweak variable display
1 parent 75b8fa2 commit ce8f3d7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

public/laravel-debugbar.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,13 @@ div.phpdebugbar-header > div > * {
2929

3030
div.phpdebugbar select{
3131
padding: 1px 0;
32+
}
33+
34+
dl.phpdebugbar-widgets-kvlist dt{
35+
white-space: nowrap;
36+
width: 200px;
37+
}
38+
39+
dl.phpdebugbar-widgets-kvlist dd {
40+
margin-left: 210px;
3241
}

0 commit comments

Comments
 (0)