diff options
| author | Mark Otto <[email protected]> | 2016-09-08 22:16:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-08 22:16:28 -0700 |
| commit | 0be876359ed4ed7c8a3d315a6ef9a04eede8d765 (patch) | |
| tree | e581144cab3da2959274f18206c2f01a14fee50d /docs/components/forms.md | |
| parent | ae784c9521101c391ecc98e906ddf18e6aeb459b (diff) | |
| download | bootstrap-0be876359ed4ed7c8a3d315a6ef9a04eede8d765.tar.xz bootstrap-0be876359ed4ed7c8a3d315a6ef9a04eede8d765.zip | |
Update docs to use new spacing util class names
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 09d0d4f8f..6d8ee54e6 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -845,7 +845,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> |
