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:
Pierre de La Morinerie 2020-03-30 15:31:43 +00:00
parent 2024465bc2
commit 54337a1603

View file

@ -123,7 +123,7 @@
.champs-editor {
.footer {
margin-bottom: 50px;
height: 50px;
}
.buttons {