GumbyFramework / Gumby

A Flexible, Responsive CSS Framework - Powered by Sass
http://gumbyframework.com/
2.85k stars 442 forks source link

Input Border Bottom Cut Off #253

Open tomarrell opened 9 years ago

tomarrell commented 9 years ago

Using Gumby alongside Jade and came across the bottom border of input boxes being cut off by 1px.

As you can see, the top input is an INPUT box whereas the bottom is a textarea.

Fix: Couple of fixes for this one.

  1. Remove overflow: hidden for the .field element in gumby.css.
  2. Add padding-bottom: 1px to the .field element in gumby.css.

Edit: Found the issue was only occurring in Chrome.