Skip to content

Commit 92d86be

Browse files
authored
Line height only on sqls (#1615)
1 parent 35ca17e commit 92d86be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Resources/laravel-debugbar.css

+3
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,9 @@ ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item {
554554
border: none;
555555
font-family: inherit;
556556
overflow: visible;
557+
}
558+
559+
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-sql {
557560
line-height: 20px;
558561
}
559562

0 commit comments

Comments
 (0)