mirror of https://github.com/gorhill/uBlock.git
typo
This commit is contained in:
parent
334855dcf7
commit
55254ae9f7
|
@ -160,10 +160,10 @@ body[dir="rtl"] #commitButton:before {
|
|||
box-sizing: border-box;
|
||||
resize: none;
|
||||
visibility: hidden;
|
||||
white-space: pre; /* this imples nowrap; break only on \n and <br>.
|
||||
white-space: pre; /* this implies 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 */
|
||||
respect \n's (example: Safari) per the CSS spec:
|
||||
http://www.w3.org/wiki/CSS/Properties/white-space */
|
||||
word-wrap: normal;
|
||||
}
|
||||
#diff.edit textarea {
|
||||
|
|
Loading…
Reference in New Issue