Skip to content

Commit 76de2b4

Browse files
committed
applied the writing direction bug fix to persian
1 parent 1dce244 commit 76de2b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/styles/custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Add styles or override variables from the theme here.
3737
}
3838

3939
/* Fix writing direction when the language is set to arabic */
40-
html[lang='ar'] * {
40+
html[lang='ar'] *,
41+
html[lang='fa'] * {
4142
direction: rtl;
4243

4344
pre,

0 commit comments

Comments
 (0)