From 9789a5afde981f1d5e96ae0af76f8b149f5097e0 Mon Sep 17 00:00:00 2001 From: Meteo Date: Mon, 13 Mar 2017 14:57:45 +0200 Subject: [PATCH] fix height input in http://semena.in.ua/please-return --- src/app/frontend/views/please_return.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/frontend/views/please_return.php b/src/app/frontend/views/please_return.php index 918d539..b27bd81 100644 --- a/src/app/frontend/views/please_return.php +++ b/src/app/frontend/views/please_return.php @@ -95,7 +95,7 @@ font-family: 'Lato', sans-serif; } #block_7 form input{ max-width:250px; - height: 31px; + height: 40px; margin:0 10px; border: 2px solid rgba(255, 255, 255, 0.78); border-radius: 0; -- libgit2 0.21.4