mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-17 10:00:32 -05:00
Fixes #16509 Microsoft Edge with translation enabled rewrites the DOM in ways that confuse react and prevent it from working properly. Wrapping the offending parts in a span avoids this issue.