mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-18 10:45:50 +00:00
Fix unnecessary horizontal scrolling of tables in Japanese
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user