Update edit.css
br adds line space matched to em / rem - keep the form looking pretty
This commit is contained in:
parent
af04f4311c
commit
d943bbbf00
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue