This commit is contained in:
Simon Vieille 2022-09-27 20:31:56 +02:00
parent 313ebbd685
commit 3b3a32f8b4
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -33,7 +33,7 @@
{{ form_widget(form.message, {attr: {cols: 30, rows: 10, class: 'textarea textarea-bordered w-full'}}) }}
</div>
<div class="col-span-2">
<div class="flex justify-start gap-3">
<div class="md:flex justify-start gap-3">
{{ form_label(form.captcha, null, {label_attr: {class: 'label'}}) }}
{{ form_widget(form.captcha, {attr: {class: 'input input-bordered'}}) }}
</div>