add menus example

This commit is contained in:
Philipp Kühn
2021-04-01 16:56:56 +02:00
parent 17726770d2
commit 136f6e47a9
11 changed files with 77 additions and 24 deletions

View File

@@ -0,0 +1,10 @@
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
ul,
ol {
padding: 0 1rem;
}
}