1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00

Add wrap to SQL code block to make queries fully visible

This commit is contained in:
geekwright 2014-04-01 18:41:58 -05:00
parent 8db7c3d5d5
commit 0159648182

View File

@ -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;
}