Skip to content

Commit

Permalink
fix(css): fix upside-down rendering of CJK characters in translation (#…
Browse files Browse the repository at this point in the history
…11922)

* fix(css): fix upside-down rendering of CJK characters in translation

* fix(css): fix a lint error
  • Loading branch information
bangseongbeom authored Nov 25, 2024
1 parent 1810ad0 commit 2a0d85c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2a0d85c

Please sign in to comment.