CSS fix for Hebrew language.

This commit is contained in:
Mike Cao 2020-12-12 00:40:59 -08:00
parent 598a95af94
commit 9ad73ca13c

View File

@ -28,6 +28,11 @@ body {
font-family: 'Noto Sans JP', sans-serif !important; font-family: 'Noto Sans JP', sans-serif !important;
} }
.he-IL {
display: inline-block;
direction: rtl;
}
*, *,
*:before, *:before,
*:after { *:after {