mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-24 03:12:46 +01:00
Explain CSS decision
This commit is contained in:
parent
d5888a2204
commit
bbfae01a42
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user