From 9d87ac3ada0f17cb2a429332fb08cf2b8255ce82 Mon Sep 17 00:00:00 2001 From: Ian Marcinkowski Date: Fri, 7 Dec 2012 10:02:56 -0500 Subject: [PATCH] Break long errormsg text --- pyramid_debugtoolbar/static/css/debugger.css | 1 + 1 file changed, 1 insertion(+) diff --git a/pyramid_debugtoolbar/static/css/debugger.css b/pyramid_debugtoolbar/static/css/debugger.css index 041f4a32..fee4994c 100644 --- a/pyramid_debugtoolbar/static/css/debugger.css +++ b/pyramid_debugtoolbar/static/css/debugger.css @@ -14,6 +14,7 @@ div.debugger { text-align: left; padding: 12px; margin: auto; background-color: white; } h1 { font-size: 36px; margin: 0 0 0.3em 0; } div.detail p { margin: 0 0 8px 13px; font-size: 14px; } +div.detail pre.errormsg { word-wrap: break-word; } div.explanation { margin: 20px 13px; font-size: 15px; color: #555; } div.footer { font-size: 13px; text-align: right; margin: 30px 0; color: #999999; }