79473497

Date: 2025-02-27 17:40:44
Score: 1
Natty:
Report link
.message-body {
word-wrap: break-word; /* Break long words */
max-width: 80ch; /* Set the maximum width to 80 characters */
}

I had a similar problem but "max-width" (setting ch limit) and "word-wrap" did help for what I was needing

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: DaveMcBlame