Added a closing div tag around the mail text help block, this was causing labels further down the page to be formatted in correctly

This commit is contained in:
Brad Coudriet 2022-08-09 06:32:03 -04:00
parent c39bf7b7e6
commit 0cf0598936

View file

@ -215,7 +215,9 @@
<div id="mailteststatus-error" class="text-danger"></div> <div id="mailteststatus-error" class="text-danger"></div>
</div> </div>
<div class="col-md-9 col-md-offset-3"> <div class="col-md-9 col-md-offset-3">
<div class="help-block"> {{ trans('admin/settings/general.mail_test_help', array('replyto' => config('mail.reply_to.address'))) }}</p> <div class="help-block">
{{ trans('admin/settings/general.mail_test_help', array('replyto' => config('mail.reply_to.address'))) }}</p>
</div>
</div> </div>
</div> </div>