0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

nuke container class for consistency while we're here

This commit is contained in:
Mark Otto 2017-10-29 16:03:13 -07:00
parent a82d0ce67b
commit 136aefead4

View 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>