-
@simevidas Without manually breaking up the words (nicer, but doesn’t scale), an approach like github.com/tomayac/blogccasion/blob/3122006f38cc8e372a144e924443bca9d5f8bb7c/css/main.css#L127 can work:
css code { word-break: break-word; overflow-wrap: break-word; }