From bbfae01a42d2b0833c1e834d431466d8426de449 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 11 Feb 2015 10:50:30 -0700 Subject: Explain CSS decision --- src/css/dyna-rules.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/css/dyna-rules.css b/src/css/dyna-rules.css index 00686b1..b943b9e 100644 --- a/src/css/dyna-rules.css +++ b/src/css/dyna-rules.css @@ -150,8 +150,10 @@ body[dir="rtl"] #commitButton:before { position: absolute; resize: none; visibility: hidden; - white-space: pre; /* this imples nowrap; break only on \n and
- and nowrap doesn't always respect \n's (example: Safari). */ + white-space: pre; /* this imples nowrap; break only on \n and
. + nowrap doesn't consistently + respect \n's (example: Safari) per the CSS spec: + http://www.w3.org/wiki/CSS/Properties/white-space */ width: 100%; } #diff.edit textarea { -- cgit v1.1