1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +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;
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 {