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

css class form-control missing in most templates #82

Closed
vexxra opened this issue Aug 18, 2016 · 2 comments · Fixed by #85
Closed

css class form-control missing in most templates #82

vexxra opened this issue Aug 18, 2016 · 2 comments · Fixed by #85
Labels

Comments

@vexxra
Copy link

vexxra commented Aug 18, 2016

input and textearea templates both have the css class form-control included. All others don't. This causes styling to be non-uniform between different fields.

@vexxra
Copy link
Author

vexxra commented Aug 18, 2016

(Didn't want to open another issue for basically the same thing)

The select template is also missing the form-group css class on the surrounding div (it only has a select class), causing the same issues.

@divyakumarjain
Copy link
Contributor

Adding form-control to checkbox and radio button breaks the styling on bootstrap 3. Not sure if its good idea to do it.

mohammedzamakhan added a commit that referenced this issue Aug 30, 2016
fix(style): fix #82 by adding form-control & form-group css classes where missing

Closes #82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

3 participants