From 6a91f85db5cd048a40202504fadb593bc2d6fa7e Mon Sep 17 00:00:00 2001 From: Brian Dunnigan Date: Thu, 6 Apr 2017 11:28:16 -0400 Subject: [PATCH] Fix for form input text height --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index c202730..d80ced1 100644 --- a/style.css +++ b/style.css @@ -2585,4 +2585,8 @@ ul.nav-list .caret { .gform_wrapper .chzn-container-single a.chzn-single div{ background:white; filter:none; +} + +.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { +min-height:30px } \ No newline at end of file