mirror of https://github.com/zulip/zulip.git
settings: Move the retention days input below the dropdown.
Moved the "Retention period (days):" under the dropdown "Custom". This is consistent with similar date window inputs elsewhere, and conveniently just requires changing a single class. Fixes: #23532
This commit is contained in:
parent
e6cf074929
commit
69d8101c6a
|
@ -81,7 +81,7 @@
|
|||
<option value="custom_period">{{t 'Custom' }}</option>
|
||||
</select>
|
||||
|
||||
<div class="dependent-inline-block">
|
||||
<div class="dependent-settings-block">
|
||||
<label for="id_realm_message_retention_custom_input" class="inline-block realm-time-limit-label">
|
||||
{{t 'Retention period (days)' }}:
|
||||
</label>
|
||||
|
|
Loading…
Reference in New Issue