Skip to content

Commit dc3a627

Browse files
committed
fix: direction issues
- setting (ol) element direction to rtl - setting (code) element direction to ltr
1 parent 86a0021 commit dc3a627

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/page.css

+4
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,13 @@ body.rtl h3,
7070
body.rtl h4,
7171
body.rtl p,
7272
body.rtl ul,
73+
body.rtl ol,
7374
body.rtl table {
7475
direction: rtl !important;
7576
}
77+
body.rtl code {
78+
direction: ltr !important;
79+
}
7680

7781
a {
7882
color: var(--color-blue);

0 commit comments

Comments
 (0)