From 2189301b3cc2ac6c6a8d6f31d7a0cf3d922406eb Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 27 Sep 2013 14:16:53 +0000 Subject: [PATCH] Linewrapping in Firefox, fixes #1892 --- source/Ox.UI/css/Ox.UI.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 1e486edf..95cfdf08 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -941,7 +941,7 @@ OxEditableContent word-wrap: break-word; } .OxEditableContent.OxEditing { - white-space: pre; + white-space: pre-wrap; } /*