amitmerchant1990 / reverie

:art: A ridiculously elegant Jekyll theme.
https://reverie.pages.dev
MIT License
774 stars 676 forks source link

Help on turning on text wrap in block codes #91

Open douglasrizzo opened 4 months ago

douglasrizzo commented 4 months ago

Not an actual issue, just a question. Does anyone know who can I turn on text wrapping in code blocks? Pretty simple, in the example below, I want the remaining text in the line to wrap and be visible below, instead of enable scrolling.

image

I tried messing around with word-wrap, word-break and overflow inside _darcula.scss and _highlights.scss, changing things inside .highlight and .highlighter-rouge, but my CSS skills are lacking.

Any help is appreciated.