mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Abbrevated DM recipient names in message feeds, Drafts and Scheduled messages overlays by wrapping recipient names in span with class private_message_header_name and applying `overflow: hidden` and `text-overflow: ellipsis` CSS to it. Fixes #25353