1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02: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;
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 {