From 0caed940a578cb920a750dc0ce287c7d71e59a3e Mon Sep 17 00:00:00 2001 From: Jonathan Hefner Date: Sun, 24 Nov 2019 13:15:35 -0600 Subject: Set vertical-align on .form-check-input (#29521) This is a follow-up to #29322, specifically "allowing easy placement of the `.form-check-input` in more places." In my testing in Firefox and Chrome, setting `vertical-align: top` removes the need to add `float-left` to vertically align the checkbox and label text. And doing so does not visually affect examples which do apply `float: left` via nesting in a `.form-check`. --- site/content/docs/4.3/components/list-group.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'site/content/docs') diff --git a/site/content/docs/4.3/components/list-group.md b/site/content/docs/4.3/components/list-group.md index 2599641ea..a9bb3acd2 100644 --- a/site/content/docs/4.3/components/list-group.md +++ b/site/content/docs/4.3/components/list-group.md @@ -205,23 +205,23 @@ Place Bootstrap's checkboxes and radios within list group items and customize as {{< example >}} @@ -232,23 +232,23 @@ And if you want `