Fix layout or rtl in homepage and tables (#896)

This commit is contained in:
Hamid R. K. Pishghadam
2021-01-02 19:51:24 +03:30
committed by GitHub
parent a3bb0d3469
commit 68d12a7839
2 changed files with 9 additions and 9 deletions

View File

@@ -454,6 +454,6 @@ a strong {
direction: rtl;
}
.left-to-right, .right-to-left pre {
.left-to-right, .right-to-left pre, .right-to-left table {
direction: ltr;
}