Vertical text for chinese, japanese?

.shuffle {
   max-height: 80vh;
   text-orientation: upright;
}

Edited. Thanks @hengiesel!
Seems to work. It will lead to a horizontal scroll bar for longer texts though:


Info: The unit vh i used for max-height stands for a percentage of the viewbox height.

1 Like