-
Notifications
You must be signed in to change notification settings - Fork 709
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 field width #378
Comments
Why? |
because the default size is too small, and there's lots of empty space? and I don't want to put in this class one by one for my fields. is there a way to do this automatically for all text fields? |
Please see my comments here: #58 |
"""2) If you wish do not wish to use spanX classes, and used fixed width, you can increase twitter bootstrap default width for all inputs using following CSS in your projects .css file:""" is there a way to add to ALL fields? |
You can extend Read more here: And example file: |
Thanks @darklow, your solution works like a charm. |
Can you include the class
input-block-level
by default such as:The text was updated successfully, but these errors were encountered: