diff --git a/docs/css/extra.css b/docs/css/extra.css index 073be8c..868d09a 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -243,3 +243,9 @@ footer > hr { .ghcup-os-container > * { text-align: center; } + +/* fix list overflows (esp about page) */ +ul > li { + overflow-wrap: anywhere; +} +