🎉 Add text-direction option on for text shape.

This commit is contained in:
Andrey Antukh 2021-03-22 15:20:35 +01:00 committed by Alonso Torres
parent a988292253
commit 422f4ee6c2
8 changed files with 61 additions and 14 deletions

View file

@ -16,13 +16,6 @@ foreignObject {
}
.text-editor {
.public-DraftStyleDefault-rtl {
direction: rtl;
}
.public-DraftStyleDefault-ltr {
direction: ltr;
}
.DraftEditor-root {
height: 100%;
display: flex;