Half the snippets on the form examples page include div.form-group and half don't. This inconsistency causes us issues when teaching the Prototype kit. In nearly all cases our users will actually want to have the div.form-group for correct spacing.
NB - this means some of the visual examples now have extra whitespace at the bottom. We could remove this, but since this shows the effect of the spacing div, I think it's probably better to leave in.
I've not updated any examples outside of the form examples page.
What problem does the pull request solve?
Half the snippets on the form examples page include
div.form-group
and half don't. This inconsistency causes us issues when teaching the Prototype kit. In nearly all cases our users will actually want to have thediv.form-group
for correct spacing.NB - this means some of the visual examples now have extra whitespace at the bottom. We could remove this, but since this shows the effect of the spacing div, I think it's probably better to leave in.
I've not updated any examples outside of the form examples page.
How has this been tested?
Have run it locally.
Screenshots (if appropriate):
Before: After:
What type of change is it?
Only impacts the elements style guide.
Has the documentation been updated?
Don't think any documentation is relevant