1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-07 03:12:33 +01:00

Explain CSS decision

This commit is contained in:
Chris 2015-02-11 10:50:30 -07:00
parent d5888a2204
commit bbfae01a42

View File

@ -150,8 +150,10 @@ body[dir="rtl"] #commitButton:before {
position: absolute; position: absolute;
resize: none; resize: none;
visibility: hidden; visibility: hidden;
white-space: pre; /* this imples nowrap; break only on \n and <br> white-space: pre; /* this imples nowrap; break only on \n and <br>.
and nowrap doesn't always respect \n's (example: Safari). */ nowrap doesn't consistently
respect \n's (example: Safari) per the CSS spec:
http://www.w3.org/wiki/CSS/Properties/white-space */
width: 100%; width: 100%;
} }
#diff.edit textarea { #diff.edit textarea {