Skip to content

Commit c90b0f7

Browse files
authored
fix sql overflow (#1285)
1 parent 4ad282a commit c90b0f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/laravel-debugbar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ ul.phpdebugbar-widgets-timeline li:hover {
552552
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-sql {
553553
flex: 1;
554554
margin-right: 5px;
555+
max-width: 100%;
555556
}
556557

557558
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-duration {

0 commit comments

Comments
 (0)