mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Explain CSS decision
This commit is contained in:
parent
d5888a2204
commit
bbfae01a42
1 changed files with 4 additions and 2 deletions
|
|
@ -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 a new issue