We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the brigade checkin form, I wanted all the inputs to be the the same width. It was more confusing than it should be.
I ended up needing to manually set the min-width of each form element.
input[type="text"],input[type="email"],input[type="password"]{ min-width: 225px; padding: 1px 26px; }
Perhaps its because I wasn't using the standard form-fields classes?
form-fields
I'd like to see a class like full-form-width or something in the style guide to get this automatically.
full-form-width
ping @davidrleonard
The text was updated successfully, but these errors were encountered:
This needs to be moved to http://github.com/codeforamerica/pattern-library
Sorry, something went wrong.
No branches or pull requests
Description
For the brigade checkin form, I wanted all the inputs to be the the same width. It was more confusing than it should be.
I ended up needing to manually set the min-width of each form element.
Perhaps its because I wasn't using the standard
form-fields
classes?Request
I'd like to see a class like
full-form-width
or something in the style guide to get this automatically.ping @davidrleonard
The text was updated successfully, but these errors were encountered: