From 171fef784e314146038cfc0dc19f2f21e5833fdd Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 30 Apr 2015 19:03:35 -0400 Subject: [PATCH] this fixes rule rendering in edit mode in FF --- src/css/user-rules.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/user-rules.css b/src/css/user-rules.css index 33ed3c1..cfce8a4 100644 --- a/src/css/user-rules.css +++ b/src/css/user-rules.css @@ -147,7 +147,7 @@ body[dir="rtl"] #commitButton:before { position: absolute; resize: none; visibility: hidden; - white-space: nowrap; + white-space: pre; width: 100%; } #diff.edit textarea {