Skip to content

Commit cf27f6a

Browse files
committed
fix: RTL text direction in editor inputs
1 parent 1793914 commit cf27f6a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/app.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,11 @@ input[type='number'] {
396396
@apply h-full min-h-fit max-h-full whitespace-pre-wrap;
397397
}
398398

399+
.ProseMirror p {
400+
unicode-bidi: plaintext;
401+
text-align: start;
402+
}
403+
399404
.ProseMirror:focus {
400405
outline: none;
401406
}

0 commit comments

Comments
 (0)