-
Notifications
You must be signed in to change notification settings - Fork 533
adding bootstrap class support #486
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
Conversation
Modified the scss in the formGroup.vue file to target elements that do not have a class that starts with 'col-' and set their width to 100%. Removed 'width:100%' from the form-group selector.
Hello @averagejoe77 , thank you for your PR ! |
Implement changes from PR #486
I am sorry I thought you guys would have tested and run the build before this got merged. I only updated the .vue file but did not run the build. The latest branch (2.3.0) with this PR merged in does not contain the actual change in the css file. Do you want me to create a new PR with the actual css files getting updated? |
@averagejoe77 Travis CI should have handled that - looks like something went wrong. @lionel-bijaoui have any thoughts? |
Yep - I’ll correct that with 2.3.1, sorry about that. |
Modified the scss in the formGroup.vue file to target elements that do not have a class that starts with 'col-' and set their width to 100%. Removed 'width:100%' from the form-group selector.