mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Name input for stream and group edit modal was too wide in narrow width screens and overflowed the modal. This commit adds CSS to make sure that maximum width of input field is set to fit inside the modal respecting the modal container paddings on narrow width screens. Fixes #35301.