diff --git a/@theme/styles.css b/@theme/styles.css index b958e9f130..767f48589a 100644 --- a/@theme/styles.css +++ b/@theme/styles.css @@ -272,6 +272,14 @@ ul.nav.navbar-nav { color: var(--text-color); } +/* Fix unnecessary horizontal scrolling of tables in Japanese */ +[lang="ja"] table.md { + word-break: break-word; +} +[lang="ja"] table.md th { + min-width: 7em; +} + [data-component-name="Search/SearchTrigger"] > div { justify-content: start; width: 100%;