mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Due to `max-width: min-content` being used and `min-width: max-content` not being applied since it is not present outside of development environment, the text wrapped after every word. The intention of this CSS was to restrict the max-width of the `white-box` and I think 800px is a good max-width after which content should wrap.