mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
popovers: Add newline between checkboxes in Move topic menu.
This is cleaner UI and avoids the spacing looking weird if both fit on a line at a given zoom level. Fixes #19875.
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
<span></span>
|
<span></span>
|
||||||
{{t "Send notification to new topic" }}
|
{{t "Send notification to new topic" }}
|
||||||
</label>
|
</label>
|
||||||
|
<br/>
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
<input class="send_notification_to_old_thread" name="send_notification_to_old_thread" type="checkbox" {{#if notify_old_thread}}checked="checked"{{/if}} />
|
<input class="send_notification_to_old_thread" name="send_notification_to_old_thread" type="checkbox" {{#if notify_old_thread}}checked="checked"{{/if}} />
|
||||||
<span></span>
|
<span></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user