fix(admin/attestation): page layout because of too larger input#size attribute

This commit is contained in:
Colin Darie 2022-07-27 14:26:00 +02:00
parent 7e27dffdca
commit d4f8f05dec

View file

@ -42,4 +42,4 @@
= f.label :footer do
Pied de page
= f.text_field :footer, class: 'form-control', maxlength: 190
= f.text_field :footer, class: 'form-control', maxlength: 190, size: nil