mirror of https://github.com/gorhill/uBlock.git
Prevent wordwrap in dyna-rules textarea
This commit is contained in:
parent
bbfae01a42
commit
66772daf0d
|
@ -154,6 +154,7 @@ body[dir="rtl"] #commitButton:before {
|
||||||
nowrap doesn't consistently
|
nowrap doesn't consistently
|
||||||
respect \n's (example: Safari) per the CSS spec:
|
respect \n's (example: Safari) per the CSS spec:
|
||||||
http://www.w3.org/wiki/CSS/Properties/white-space */
|
http://www.w3.org/wiki/CSS/Properties/white-space */
|
||||||
|
word-wrap: normal;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#diff.edit textarea {
|
#diff.edit textarea {
|
||||||
|
|
Loading…
Reference in New Issue