From ce8f1000ba85e403b22e39a65202f274a57bd06d Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 28 Sep 2014 11:21:05 +0200 Subject: [PATCH] Longer lines should be wrapped in new lines. --- app/assets/stylesheets/zzz.css.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index de94d12d3..ab388708a 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -3431,7 +3431,7 @@ footer { [contenteditable] { display: block; - white-space: pre; + white-space: pre-wrap; outline-style: none; } [contenteditable]:hover, [contenteditable]:focus {