mirror of https://github.com/gorhill/uBlock.git
Fix dynamic rules textarea CSS
This commit is contained in:
parent
064f8f0f61
commit
d5888a2204
|
@ -150,7 +150,8 @@ body[dir="rtl"] #commitButton:before {
|
|||
position: absolute;
|
||||
resize: none;
|
||||
visibility: hidden;
|
||||
white-space: nowrap;
|
||||
white-space: pre; /* this imples nowrap; break only on \n and <br>
|
||||
and nowrap doesn't always respect \n's (example: Safari). */
|
||||
width: 100%;
|
||||
}
|
||||
#diff.edit textarea {
|
||||
|
|
Loading…
Reference in New Issue