mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
8 lines
203 B
CSS
8 lines
203 B
CSS
/* Display Placeholders on every new line. */
|
|
.ProseMirror p.is-empty::before {
|
|
content: attr(data-placeholder);
|
|
float: left;
|
|
color: var(--color-placeholder);
|
|
pointer-events: none;
|
|
height: 0;
|
|
} |