diff --git a/index.html b/index.html index d98d782..b7b04e9 100644 --- a/index.html +++ b/index.html @@ -208,7 +208,7 @@ list-style-type: ''; display: flex; justify-content: space-between; - align-items: center; + align-items: baseline; } details > summary > span { @@ -242,6 +242,10 @@ details > *:not(summary) { background-color: var(--sht-background); + overflow-wrap: anywhere; + word-break: normal; + text-align: justify; + hyphens: auto; } @media (prefers-color-scheme: dark) { @@ -279,7 +283,7 @@