2
0
Эх сурвалжийг харах

fix: direction issues

- setting (ol) element direction to rtl
- setting (code) element direction to ltr
Hassan Muhamad 5 жил өмнө
parent
commit
dc3a62706f
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      docs/page.css

+ 4 - 0
docs/page.css

@@ -70,9 +70,13 @@ body.rtl h3,
 body.rtl h4,
 body.rtl p,
 body.rtl ul,
+body.rtl ol,
 body.rtl table {
 	direction: rtl !important;
 }
+body.rtl code {
+	direction: ltr !important;
+}
 
 a {
 	color: var(--color-blue);