mirror of https://github.com/elk-zone/elk.git
8 lines
158 B
CSS
8 lines
158 B
CSS
|
.ProseMirror p.is-editor-empty:first-child::before {
|
||
|
content: attr(data-placeholder);
|
||
|
float: left;
|
||
|
pointer-events: none;
|
||
|
height: 0;
|
||
|
opacity: 0.4;
|
||
|
}
|