fix the help text too close to the input

This commit is contained in:
Son 2021-10-19 17:38:29 +02:00
parent 421c121d59
commit 9fb6e45077
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<div class="form-group">
<label class="form-label">Email address</label>
{{ form.email(class="form-control", type="email") }}
<div class="small-text alert alert-info">
<div class="small-text alert alert-info" style="margin-top: 1px">
Emails sent to your alias will be forwarded to this email address.
It can't be a disposable or forwarding email address.
</div>

View File

@ -113,7 +113,7 @@
{{ new_mailbox_form.email(class="form-control", placeholder="email@example.com") }}
{{ render_field_errors(new_mailbox_form.email) }}
<div class="small-text alert alert-info">
<div class="small-text">
A mailbox can't be a disposable or forwarding email address.
</div>