aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris <chris@chrismatic.io>2015-02-11 10:50:30 -0700
committerChris <chris@chrismatic.io>2015-02-11 10:50:30 -0700
commitbbfae01a42d2b0833c1e834d431466d8426de449 (patch)
tree1af4c0a92922610ee62c74a0ebfb47cb80e3fd5e
parentd5888a22045e0828da73bcfae349af0a5528e90d (diff)
downloaduBlock-bbfae01a42d2b0833c1e834d431466d8426de449.zip
uBlock-bbfae01a42d2b0833c1e834d431466d8426de449.tar.gz
uBlock-bbfae01a42d2b0833c1e834d431466d8426de449.tar.bz2
Explain CSS decision
-rw-r--r--src/css/dyna-rules.css6
1 files 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 <br>
- and nowrap doesn't always respect \n's (example: Safari). */
+ white-space: pre; /* this imples nowrap; break only on \n and <br>.
+ 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 {