0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🐛 Fix minor issue with text directionality.

This commit is contained in:
Andrey Antukh 2021-03-15 15:29:19 +01:00
parent 3bef80932d
commit 7709d219a9

View file

@ -19,7 +19,7 @@ foreignObject {
.public-DraftStyleDefault-rtl {
direction: rtl;
}
.public-DraftStyleDefault-rtl {
.public-DraftStyleDefault-ltr {
direction: ltr;
}