/* Basic editor styles */ .ProseMirror { > * + * { margin-top: 0.75em; } } /* Placeholder (at the top) */ /*.ProseMirror p.is-editor-empty:first-child::before { content: attr(data-placeholder); float: left; color: #ced4da; pointer-events: none; height: 0; }*/ /* Placeholder (on every new line) */ .ProseMirror .is-empty::before { content: attr(data-placeholder); float: left; color: #ced4da; pointer-events: none; height: 0; }