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.
16 lines (12 loc) • 315 B
CSS
.text-align-left > .public-DraftStyleDefault-block {
text-align: left;
}
.text-align-center > .public-DraftStyleDefault-block {
text-align: center;
}
.text-align-right > .public-DraftStyleDefault-block {
text-align: right;
}
.text-align-justify > .public-DraftStyleDefault-block {
text-align: justify;
}