add list styling

This commit is contained in:
Hans Pagel
2020-12-02 16:05:21 +01:00
parent 2144e478fb
commit 56b886afbf
3 changed files with 28 additions and 33 deletions

View File

@@ -51,3 +51,17 @@ export default {
},
}
</script>
<style lang="scss">
/* Basic editor styles */
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
ul,
ol {
padding: 0 1rem;
}
}
</style>