From d4f8f05dec6d80ed45b14a1442546052f27ee693 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Wed, 27 Jul 2022 14:26:00 +0200 Subject: [PATCH] fix(admin/attestation): page layout because of too larger input#size attribute --- .../attestation_templates/_informations.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/administrateurs/attestation_templates/_informations.html.haml b/app/views/administrateurs/attestation_templates/_informations.html.haml index 4aea5faa7..fe30f13fd 100644 --- a/app/views/administrateurs/attestation_templates/_informations.html.haml +++ b/app/views/administrateurs/attestation_templates/_informations.html.haml @@ -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