From 7eb68a1cf39b903f2fce589ddf2351f6a24ecc3b Mon Sep 17 00:00:00 2001 From: ygwain Date: Thu, 4 May 2017 12:24:36 +0300 Subject: [PATCH] fix issue #939 --- debug_toolbar/static/debug_toolbar/css/toolbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/debug_toolbar/static/debug_toolbar/css/toolbar.css b/debug_toolbar/static/debug_toolbar/css/toolbar.css index 8fed1e302..6aa4f7156 100644 --- a/debug_toolbar/static/debug_toolbar/css/toolbar.css +++ b/debug_toolbar/static/debug_toolbar/css/toolbar.css @@ -458,6 +458,7 @@ } #djDebug .djDebugSql { + word-break:break-word; z-index:100000002; }