mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 13:28:35 +01:00
Merge pull request #117 from geekwright/sqlwrap
Add wrap to SQL code block to make queries fully visible
This commit is contained in:
commit
f6da2ec223
@ -66,4 +66,9 @@ div.phpdebugbar-widgets-sqlqueries table.phpdebugbar-widgets-params {
|
||||
div.phpdebugbar-widgets-sqlqueries li.phpdebugbar-widgets-list-item span.phpdebugbar-widgets-error {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
code.phpdebugbar-widgets-sql {
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user