From 8250bd1b2175fcab70401dcc987cee6054b25556 Mon Sep 17 00:00:00 2001 From: Brad Kent Date: Mon, 28 Nov 2016 22:56:49 -0600 Subject: [PATCH] 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 --- docs/components/forms.md | 53 ++++++++++++++++++++++++---------------- scss/_forms.scss | 14 +++-------- scss/mixins/_forms.scss | 1 - 3 files changed, 36 insertions(+), 32 deletions(-) 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 `