mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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.
5 lines
282 B
Handlebars
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>
|