1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

Prevent wordwrap in dyna-rules textarea

This commit is contained in:
Chris 2015-02-11 11:04:27 -07:00
parent bbfae01a42
commit 66772daf0d

View File

@ -154,6 +154,7 @@ body[dir="rtl"] #commitButton:before {
nowrap doesn't consistently
respect \n's (example: Safari) per the CSS spec:
http://www.w3.org/wiki/CSS/Properties/white-space */
word-wrap: normal;
width: 100%;
}
#diff.edit textarea {