mirror of
https://github.com/linsa-io/linsa.git
synced 2026-02-24 19:35:02 +01:00
5 lines
175 B
CSS
5 lines
175 B
CSS
.minimal-tiptap-editor .ProseMirror > p.is-editor-empty::before {
|
|
content: attr(data-placeholder);
|
|
@apply pointer-events-none float-left h-0 text-[var(--mt-secondary)];
|
|
}
|