mirror of https://github.com/zulip/zulip.git
settings: Move setting elements inside organization-settings-parent div.
This commit moves all the settings in "Automated messages and emails" subsection inside ".organization-settings-parent" div to make it consistent with other subsections. This does not affects visual appearance.
This commit is contained in:
parent
9bdb044ff4
commit
b2873d312d
|
@ -34,7 +34,6 @@
|
|||
<option value="6">{{t "Sunday" }}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{> dropdown_list_widget
|
||||
widget_name="realm_notifications_stream_id"
|
||||
|
@ -58,6 +57,7 @@
|
|||
help_link_widget_link="/help/configure-organization-language"}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="org-message-retention" class="settings-subsection-parent">
|
||||
<div class="subsection-header">
|
||||
|
|
Loading…
Reference in New Issue