Browse Source

this fixes rule rendering in edit mode in FF

pull/2/head
gorhill 10 years ago
parent
commit
171fef784e
  1. 2
      src/css/user-rules.css

2
src/css/user-rules.css

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

Loading…
Cancel
Save