utopia-ui/src/assets/css/tiptap.css
2025-06-06 16:28:27 +02:00

28 lines
418 B
CSS

.tiptap h1,
.tiptap h2,
.tiptap h3,
.tiptap h4,
.tiptap h5,
.tiptap h6,
.tiptap ul,
.tiptap ol,
.tiptap pre,
.tiptap hr,
.tiptap blockquote,
.tiptap code {
all: revert;
}
.editor-wrapper div {
min-height: 0;
flex: 1;
outline: none;
}
.tiptap p.is-editor-empty:first-child::before {
color: #adb5bd;
content: attr(data-placeholder);
float: left;
height: 0;
pointer-events: none;
}