1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
This commit is contained in:
gorhill 2015-05-16 16:32:51 -04:00
parent 334855dcf7
commit 55254ae9f7

View File

@ -160,10 +160,10 @@ body[dir="rtl"] #commitButton:before {
box-sizing: border-box;
resize: none;
visibility: hidden;
white-space: pre; /* this imples nowrap; break only on \n and <br>.
white-space: pre; /* this implies nowrap; break only on \n and <br>.
nowrap doesn't consistently
respect \n's (example: Safari) per the CSS spec:
http://www.w3.org/wiki/CSS/Properties/white-space */
respect \n's (example: Safari) per the CSS spec:
http://www.w3.org/wiki/CSS/Properties/white-space */
word-wrap: normal;
}
#diff.edit textarea {