mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
28 lines
418 B
CSS
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;
|
|
} |