aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-29 16:03:13 -0700
committerMark Otto <[email protected]>2017-10-29 16:03:13 -0700
commit136aefead43a231ec8fb4514c525da10ac30c497 (patch)
treea2118506da5253fff2e36a7b7b045d1b6b7cd90e
parenta82d0ce67b7edc7bad8a95c3870da0c0053b796a (diff)
downloadbootstrap-136aefead43a231ec8fb4514c525da10ac30c497.tar.xz
bootstrap-136aefead43a231ec8fb4514c525da10ac30c497.zip
nuke container class for consistency while we're here
-rw-r--r--docs/4.0/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md
index 60c3f9866..3668fbb12 100644
--- a/docs/4.0/components/forms.md
+++ b/docs/4.0/components/forms.md
@@ -724,7 +724,7 @@ For custom Bootstrap form validation messages, you'll need to add the `novalidat
When attempting to submit, you'll see the `:invalid` and `:valid` styles applied to your form controls.
{% example html %}
-<form class="container" id="needs-validation" novalidate>
+<form id="needs-validation" novalidate>
<div class="row">
<div class="col-md-6 mb-3">
<label for="validationCustom01">First name</label>