From 2a0d85ce53244f07cd716ea3c3f1c28dcacac416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=A9=EC=84=B1=EB=B2=94=20=28Bang=20Seongbeom=29?= Date: Tue, 26 Nov 2024 05:57:38 +0900 Subject: [PATCH] fix(css): fix upside-down rendering of CJK characters in translation (#11922) * fix(css): fix upside-down rendering of CJK characters in translation * fix(css): fix a lint error --- .../document/ingredients/browser-compatibility-table/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/document/ingredients/browser-compatibility-table/index.scss b/client/src/document/ingredients/browser-compatibility-table/index.scss index bc8d888c955f..fef506359f7b 100644 --- a/client/src/document/ingredients/browser-compatibility-table/index.scss +++ b/client/src/document/ingredients/browser-compatibility-table/index.scss @@ -146,6 +146,7 @@ line-height: 1; padding-top: 0.5rem; position: relative; + text-orientation: sideways; transform: rotate(180deg); white-space: nowrap; -ms-writing-mode: tb-rl;