mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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
296 B
Handlebars
5 lines
296 B
Handlebars
<form id="add-alert-word-form">
|
|
<label for="add-alert-word-name" class="modal-field-label">{{t "Alert word" }}</label>
|
|
<input type="text" name="alert-word-name" id="add-alert-word-name" class="required modal_text_input" maxlength=100 placeholder="{{t 'Alert word' }}" value="" />
|
|
</form>
|