diff options
| author | Mark Otto <[email protected]> | 2016-10-09 14:54:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-09 14:54:57 -0700 |
| commit | 821f7193676fae66b1065168b650ffd18fd87a6c (patch) | |
| tree | c924822f48d8ace8c989ba587eb61c8c441c5a23 /docs/components/forms.md | |
| parent | b6fe0d45a4faf80fb98a21d638ca5551e2117c9c (diff) | |
| parent | 6c867667a19dcb1243153855d00e36e5ecd599d0 (diff) | |
| download | bootstrap-821f7193676fae66b1065168b650ffd18fd87a6c.tar.xz bootstrap-821f7193676fae66b1065168b650ffd18fd87a6c.zip | |
Merge pull request #20684 from twbs/v4-utils
v4: The Utilities Update
Diffstat (limited to 'docs/components/forms.md')
| -rw-r--r-- | docs/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index ac5b62e34..c7da5c0fd 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -846,7 +846,7 @@ Add other states to your custom forms with our validation classes. <span class="custom-control-description">Check this custom checkbox</span> </label> </div> -<div class="form-group has-danger m-b-0"> +<div class="form-group has-danger mb-0"> <label class="custom-control custom-checkbox"> <input type="checkbox" class="custom-control-input"> <span class="custom-control-indicator"></span> |
