Files
zulip/web/templates/change_email_modal.hbs
Sahil Batra 040486776c modals: Add bottom margin to label elements.
This commit adds bottom margin to label elements of
different inputs by adding "modal-field-label" class
to the label elements. Some of them already have the
margin due to having dropdown-title class.
2024-05-03 09:51:36 -07:00

5 lines
282 B
Handlebars

<form id="change_email_form" class="new-style">
<label for="email" class="modal-field-label">{{t "New email" }}</label>
<input type="text" name="email" class="modal_text_input" value="{{delivery_email}}" autocomplete="off" spellcheck="false" autofocus="autofocus"/>
</form>