contenido
Version:
Contenido is a library with a set of tools to help you create your own rich text editor on top of draft-js without thinking about how to handle things.
20 lines (17 loc) • 473 B
CSS
@import './text-alignment.css';
@import './blockquote.css';
.rtl-placeholder
> div.DraftEditor-root
> div.public-DraftEditorPlaceholder-root
> div.public-DraftEditorPlaceholder-inner {
direction: rtl;
color: rgba(126, 125, 126, 0.6);
position: absolute;
}
.DraftEditor-root
> div.public-DraftEditorPlaceholder-root
> div.public-DraftEditorPlaceholder-inner {
direction: rtl;
color: rgba(126, 125, 126, 0.6);
position: absolute;
}