From 17372e7bcfa5d5aaf3f81379f4caf03a401db8b3 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 6 May 2025 16:56:03 +0200 Subject: [PATCH] wait #7522 @0h15 --- .../themes/miranui_new/resources/css/widgets/_contact.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss b/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss index 92db493..4ed4473 100644 --- a/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss +++ b/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss @@ -62,6 +62,9 @@ textarea { padding: 19px !important; font-family: Poppins, sans-serif; + outline: none; + width: 100% !important; + height: 115px; } .wpcf7-submit { -- 2.39.5