From d5888a22045e0828da73bcfae349af0a5528e90d Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 11 Feb 2015 10:47:59 -0700 Subject: [PATCH] Fix dynamic rules textarea CSS --- src/css/dyna-rules.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/css/dyna-rules.css b/src/css/dyna-rules.css index faf67230c..00686b11e 100644 --- a/src/css/dyna-rules.css +++ b/src/css/dyna-rules.css @@ -150,7 +150,8 @@ body[dir="rtl"] #commitButton:before { position: absolute; resize: none; visibility: hidden; - white-space: nowrap; + white-space: pre; /* this imples nowrap; break only on \n and
+ and nowrap doesn't always respect \n's (example: Safari). */ width: 100%; } #diff.edit textarea {