From b16e7ad25ead5f1dbed4664ecb85756622013ec9 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sat, 7 Apr 2018 18:11:24 +0100 Subject: [PATCH] unbreak Safari iOS line wrapping fixes https://github.com/ether/etherpad-lite/commit/f5810957b4204d06563485953e3efeb1392304c2#diff-f639eb4efeaabf5624f3229daa1e88cd --- src/static/css/iframe_editor.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index 36e0b2da..0286a5df 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -62,11 +62,9 @@ body.doesWrap { white-space: normal; } -@-moz-document url-prefix() { - body.doesWrap:not(.noprewrap) > div{ - /* Related to #1766 */ - white-space: pre-wrap; - } +body.doesWrap:not(.noprewrap) > div{ + /* Related to #1766 */ + white-space: pre-wrap; } #innerdocbody {