From 136aefead43a231ec8fb4514c525da10ac30c497 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 29 Oct 2017 16:03:13 -0700 Subject: [PATCH] nuke container class for consistency while we're here --- docs/4.0/components/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 60c3f98668..3668fbb122 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 %} -
+
-- 2.47.2