From 283338a26d0b2e766fc4db2f05e671ecab77b836 Mon Sep 17 00:00:00 2001 From: palkan Date: Mon, 24 Feb 2014 13:24:01 +0400 Subject: [PATCH] fix log wrap --- services/web/public/stylesheets/less/editor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/less/editor.less b/services/web/public/stylesheets/less/editor.less index e41592a08e..3cf8b012b9 100644 --- a/services/web/public/stylesheets/less/editor.less +++ b/services/web/public/stylesheets/less/editor.less @@ -299,7 +299,7 @@ body.editor { .small { color: #666; margin-top: 6px; - white-space: pre; + white-space: pre-wrap; } } #rawLogArea {