umputun / remark42

comment engine
https://remark42.com
MIT License
4.84k stars 376 forks source link

Long one-line `code` block causes content to be hidden #1629

Closed cowsay1 closed 7 months ago

cowsay1 commented 1 year ago

reproduce in https://remark42.com/demo/ image

I think it can be fixed with css white-space:pre-line or pre-wrap, not sure what is better:

image

paskal commented 1 year ago

I've checked, and it's indeed a problem: that test results in a long line of text which is not visible and not scrollable. @Jaskon @goooseman, maybe one of you can tackle this one?