From 01c0dd3c4cb5f808abc6892e2b9cddd89fe626c2 Mon Sep 17 00:00:00 2001 From: Luciano Baraglia Date: Thu, 19 Dec 2013 00:13:29 -0300 Subject: [PATCH] Debug tables wraps content [SKIP CI] --- extensions/yii/debug/assets/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/yii/debug/assets/main.css b/extensions/yii/debug/assets/main.css index 7953873..5987af1 100644 --- a/extensions/yii/debug/assets/main.css +++ b/extensions/yii/debug/assets/main.css @@ -148,6 +148,6 @@ ul.trace { } td, th { - white-space: pre; + white-space: pre-line; word-wrap: break-word; }