mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
Fix dynamic rules textarea CSS
This commit is contained in:
parent
064f8f0f61
commit
d5888a2204
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue