Skip to content

Commit

Permalink
Moved sql log rules to a dedicated block
Browse files Browse the repository at this point in the history
  • Loading branch information
COREHACK committed May 30, 2017
1 parent 32ebb86 commit eeebf94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyramid_debugtoolbar/static/debugger/debugger.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ div.traceback h4 { font-size: 13px; font-weight: normal; margin: 5px 0; }
div.traceback pre { margin: 0; padding: 5px 0 3px 5px;
background-color: #f5f5f5;}
div.traceback pre,
#pDebugPanel-sqlalchemy-content div.highlight pre,
div.box table.source { white-space: pre-wrap; /* css-3 should we be so lucky... */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 ?? */
Expand Down Expand Up @@ -100,4 +99,7 @@ div.box table.source tr.in-frame { background-color: white; }
div.box table.source tr.current { background-color: #dddddd; color: #e5762b; }
div.sourceview { overflow: auto; border: 1px solid #ccc; }

#pDebugPanel-sqlalchemy-content div.highlight pre { word-break: normal; }
#pDebugPanel-sqlalchemy-content div.highlight pre {
white-space: pre-wrap;
word-break: normal;
}

0 comments on commit eeebf94

Please sign in to comment.