Skip to content

Commit

Permalink
fix sql overflow (barryvdh#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
faissaloux authored Feb 8, 2022
1 parent 4ad282a commit c90b0f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/laravel-debugbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ ul.phpdebugbar-widgets-timeline li:hover {
ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-sql {
flex: 1;
margin-right: 5px;
max-width: 100%;
}

ul.phpdebugbar-widgets-list li.phpdebugbar-widgets-list-item .phpdebugbar-widgets-duration {
Expand Down

0 comments on commit c90b0f7

Please sign in to comment.