cancel top margin of first editor element (#59589)

This commit is contained in:
Frédéric Péters 2021-12-11 14:14:22 +01:00
parent 91adbed86b
commit 6be531971d
1 changed files with 4 additions and 0 deletions

4
dist/css/godo.css vendored
View File

@ -11,6 +11,10 @@
padding-bottom: 3em;
}
.godo--editor > :first-child {
margin-top: 0;
}
/* Menus */
.menuicons {
font-size: 14px;