This commit is contained in:
Philipp Kühn
2020-11-18 12:35:45 +01:00
29 changed files with 138 additions and 89 deletions

View File

@@ -57,3 +57,17 @@ export default {
},
}
</script>
<style lang="scss">
/* Basic editor styles */
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
img {
max-width: 100%;
height: auto;
}
}
</style>