79432014

Date: 2025-02-12 05:16:53
Score: 1.5
Natty:
Report link

If you have to keep break-all style, you can do the trick by adding line-break: anywhere; style to the text element.

word-break: break-all;
line-break: anywhere;
  1. word-break: break-all enter image description here
  2. word-break: break-word enter image description here
  3. word-break: break-all and line-break: anywhere enter image description here
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: myquertykeyboard