1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 17:02:27 +02:00

Fix dynamic rules textarea CSS

This commit is contained in:
Chris 2015-02-11 10:47:59 -07:00
parent 064f8f0f61
commit d5888a2204

View File

@ -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 {