From: Brad Kent Date: Tue, 29 Nov 2016 04:56:49 +0000 (-0600) Subject: Fix #20936 make inline checkbox/radio markup same as stacked (#20995) X-Git-Tag: v4.0.0-alpha.6~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8250bd1b2175fcab70401dcc987cee6054b25556;p=thirdparty%2Fbootstrap.git Fix #20936 make inline checkbox/radio markup same as stacked (#20995) * #20936 make inline checkbox/radio markup same as stacked * tweak language and remove extra blank line in snippet --- diff --git a/docs/components/forms.md b/docs/components/forms.md index dd3e0027f6..4cbf204121 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -152,8 +152,7 @@ Below is a complete list of the specific form controls supported by Bootstrap an {% markdown %} -`.form-check`
-`.form-check-inline` +`.form-check` {% endmarkdown %} @@ -463,30 +462,42 @@ By default, any number of checkboxes and radios that are immediate sibling will ### Inline -Groups of checkboxes or radios that appear on the same horizontal row are similar to their stacked counterparts, but require different HTML and a single class. To switch from stacked to inline, drop the surrounding `
`, add `.form-check-inline` to the `