mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
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
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user