From 9ad73ca13c1e8d7ed7992e37d80c2b7f56df30b3 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Sat, 12 Dec 2020 00:40:59 -0800 Subject: [PATCH] CSS fix for Hebrew language. --- styles/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/index.css b/styles/index.css index e5d31dfb..e65608b6 100644 --- a/styles/index.css +++ b/styles/index.css @@ -28,6 +28,11 @@ body { font-family: 'Noto Sans JP', sans-serif !important; } +.he-IL { + display: inline-block; + direction: rtl; +} + *, *:before, *:after {