mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 12:38:21 -05:00
This JS was used to wrap long usernames. Nowadays in core, we use a simpler `word-break: break-all;` pattern, so it makes sense to use the same simplification in the embedded comments view.