diff --git a/site/src/styles/custom.css b/site/src/styles/custom.css index 256f519..3854749 100644 --- a/site/src/styles/custom.css +++ b/site/src/styles/custom.css @@ -153,3 +153,9 @@ span.external-link::after { } } /* End - Custom Style to make left & right nav scrollbar thin */ + +/* Start - Fix long list item wrapping */ +.sl-markdown-content li { + overflow-wrap: anywhere; +} +/* End - Fix long list item wrapping */