Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for form input text height
  • Loading branch information
bcd04001 committed Apr 6, 2017
1 parent d981319 commit 6a91f85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Expand Up @@ -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
}

0 comments on commit 6a91f85

Please sign in to comment.