1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 21:38:14 +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:
Maxime Bouroumeau-Fuseau 2014-04-05 11:50:54 -03:00
commit f6da2ec223

View File

@ -67,3 +67,8 @@ div.phpdebugbar-widgets-sqlqueries li.phpdebugbar-widgets-list-item span.phpdebu
display: block;
font-weight: bold;
}
code.phpdebugbar-widgets-sql {
white-space: pre-wrap;
overflow-wrap: break-word;
word-wrap: break-word;
}