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 inputs, remove size attribute (size="25") and set widths using grid column classes.
<input class="form-control full-form" type="text" name="req_username" size="25" maxlength="25" tabindex="1" placeholder="Username" />
http://getbootstrap.com/css/#forms-control-sizes
The text was updated successfully, but these errors were encountered:
#369 Remove size attributes
33c234c
Studio384
No branches or pull requests
For inputs, remove size attribute (size="25") and set widths using grid column classes.
<input class="form-control full-form" type="text" name="req_username" size="25" maxlength="25" tabindex="1" placeholder="Username" />
http://getbootstrap.com/css/#forms-control-sizes
The text was updated successfully, but these errors were encountered: