mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Previously, long owner names could wrap onto two lines in the bot management modal, breaking the layout. This commit adds CSS to keep names on a single line and abbreviate with an ellipsis if too long. Fixes #23266.