Add Dropcursor demo for React

This commit is contained in:
Sven Adlung
2021-11-16 13:52:37 +01:00
parent d1b582cd92
commit 1cf0309f90
4 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/* Basic editor styles */
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
img {
height: auto;
max-width: 100%;
}
}