Jieiku / abridge

Fast & Lightweight Zola Theme
https://abridge.pages.dev/
MIT License
142 stars 41 forks source link

break long words in sidebar menu #167

Closed wold5 closed 2 months ago

wold5 commented 2 months ago

Fixes long words overflowing out of the sidebar menu as used for the TOC, Recent, Series, etc.

Started with word-break, but that seems deprecated, and is really word-break: normal with overflow-wrap: break-word.

https://developer.mozilla.org/en-US/docs/Web/CSS/word-break https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap

netlify[bot] commented 2 months ago

Deploy Preview for abridge ready!

Name Link
Latest commit 1ce5614e40d40ace4e0616a31effa7bc0c7fac2a
Latest deploy log https://app.netlify.com/sites/abridge/deploys/661eb7515e8e31000851496a
Deploy Preview https://deploy-preview-167--abridge.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Jieiku commented 2 months ago

Thank You!