mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-09 12:22:33 +01:00
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;
|
position: absolute;
|
||||||
resize: none;
|
resize: none;
|
||||||
visibility: hidden;
|
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%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#diff.edit textarea {
|
#diff.edit textarea {
|
||||||
|
Loading…
Reference in New Issue
Block a user