]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nuke container class for consistency while we're here
authorMark Otto <markdotto@gmail.com>
Sun, 29 Oct 2017 23:03:13 +0000 (16:03 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 29 Oct 2017 23:03:13 +0000 (16:03 -0700)
docs/4.0/components/forms.md

index 60c3f98668e2644f6b34163575625e9fbaa8c6c1..3668fbb122fae1437ffcd9d85769f6eb02e39689 100644 (file)
@@ -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>