From f768e31ba69491f87a881bce152ddfe870e3606f Mon Sep 17 00:00:00 2001 From: Esteban Date: Fri, 29 May 2026 17:40:31 -0500 Subject: [PATCH] rezise none to footerSection (cherry picked from commit 705cb0d84fcdb79d7b7a6fe2ce984fe11643d717) --- src/components/section/FormContact.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/section/FormContact.vue b/src/components/section/FormContact.vue index 51ea1e3..c69ffb6 100644 --- a/src/components/section/FormContact.vue +++ b/src/components/section/FormContact.vue @@ -87,7 +87,7 @@ const handleSubmit = async (e) => { :placeholder="tl('footer.form.mesagge')" rows="5" required - class="bg-[#EBE5D0] w-full py-2 px-4 mb-2 text-[#303335] placeholder:text-[#303335] focus:outline-none" + class="bg-[#EBE5D0] w-full py-2 px-4 mb-2 text-[#303335] placeholder:text-[#303335] focus:outline-none resize-none" > @@ -185,4 +185,4 @@ const handleSubmit = async (e) => { fill: #1ecd97; font-size: 22px; } - \ No newline at end of file +