Update edit.css

br adds line space matched to em / rem - keep the form looking pretty
This commit is contained in:
Shane 2018-07-02 17:25:05 +12:00 committed by GitHub
parent af04f4311c
commit d943bbbf00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,9 @@
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
.yellow-pane br {
line-height: 0;
}
.yellow-close {
position:absolute;
top:0.8em; right:1em; cursor:pointer;