editor: fix bottom padding of the list
Turns out Safari (and maybe IE) collapse the margins together. So we need to give the footer an explicite height. Fix #3570
This commit is contained in:
parent
2024465bc2
commit
54337a1603
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
|
||||
.champs-editor {
|
||||
.footer {
|
||||
margin-bottom: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
|
Loading…
Reference in a new issue