Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Add check for attempted nesting of .form-group #315

Closed
cvrebert opened this issue Oct 12, 2015 · 1 comment · Fixed by #351
Closed

Add check for attempted nesting of .form-group #315

cvrebert opened this issue Oct 12, 2015 · 1 comment · Fixed by #351

Comments

@cvrebert
Copy link
Collaborator

Refs twbs/bootstrap#17897

@tclindner
Copy link
Contributor

Here are the docs I would like to add to the wiki.

Update home.md with

  • [[E050]](.form-groups cannot be nested)

Add E050.md

E050

.form-groups should not be nested.

In Bootstrap v3, .form-groups do not support nesting.

Wrong:

<div class="form-group"><div class="form-group"></div>
</div>

Right:

<div class="form-group"></div>
<div class="form-group"></div>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants