elk/styles/tiptap.css

8 wiersze
158 B
CSS
Czysty Zwykły widok Historia

.ProseMirror p.is-editor-empty:first-child::before {
content: attr(data-placeholder);
float: left;
pointer-events: none;
height: 0;
opacity: 0.4;
}