mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
We change the various "Up to N minutes" settings option labels to "Custom", since the N is a little too mathy for some users. Since the new prompts for the value of N are longer, we need to move those prompts to the next line. Mainly this means switching from `dependent-inline-block` to `dependent-block`, but we also need to move the block out of the containing input-group for the CSS to be happy. Substantially rewritten by tabbott to use CSS for positioning and change the message deleting copy of this issue. Fixes #20177.