sanitize.css icon indicating copy to clipboard operation
sanitize.css copied to clipboard

Overflow-wrap: anywhere in favor of break-word

Open wimhendrikx opened this issue 1 year ago • 0 comments

In this commit there was a change on the overflow-wrap value. anywhere was replaced by break-word. Was there a good reason for doing this? If I do some tests I find anywhere is working better. Especially when working with display: grid and flex.

Conclusion in this PR was also the same...

wimhendrikx avatar Jan 21 '25 14:01 wimhendrikx