1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-27 18:40:41 +12:00

this fixes rule rendering in edit mode in FF

This commit is contained in:
gorhill 2015-04-30 19:03:35 -04:00
parent f815223f27
commit 171fef784e

View file

@ -147,7 +147,7 @@ body[dir="rtl"] #commitButton:before {
position: absolute;
resize: none;
visibility: hidden;
white-space: nowrap;
white-space: pre;
width: 100%;
}
#diff.edit textarea {