Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input Border Bottom Cut Off #253

Open
tomarrell opened this issue Dec 3, 2014 · 0 comments
Open

Input Border Bottom Cut Off #253

tomarrell opened this issue Dec 3, 2014 · 0 comments

Comments

@tomarrell
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant