mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
This commit adds modal_text_input class to text inputs in modals to set width of them as set by bootstrap. This class is used to set the width of inputs to 206px, as we will be removing the boostrap rule which sets width of the input in further commits.
5 lines
256 B
Handlebars
5 lines
256 B
Handlebars
<form id="change_email_form" class="new-style">
|
|
<label for="email">{{t "New email" }}</label>
|
|
<input type="text" name="email" class="modal_text_input" value="{{delivery_email}}" autocomplete="off" spellcheck="false" autofocus="autofocus"/>
|
|
</form>
|