1
0
Fork 0

Remove whitespace in the contact form message

The whitespace made the message div non-:empty, which resulted in a double margin.
master
Lukas Bestle 7 years ago
parent d5b107714d
commit 35420eda9a

@ -23,9 +23,7 @@
<?= honeypot_field(null, 'vh') ?> <?= honeypot_field(null, 'vh') ?>
<?= csrf_field() ?> <?= csrf_field() ?>
<div class="form__message"> <div class="form__message"><?php snippet('templates/contact.errors', compact('form')) ?></div>
<?php snippet('templates/contact.errors', compact('form')) ?>
</div>
<button class="button form__submit" type="submit" name="_submit"<?php e($form->success(), ' disabled')?>><?= l::get('contact.submit', 'Submit') ?></button> <button class="button form__submit" type="submit" name="_submit"<?php e($form->success(), ' disabled')?>><?= l::get('contact.submit', 'Submit') ?></button>

Loading…
Cancel
Save