From: Mark Otto Date: Wed, 2 Oct 2019 19:19:45 +0000 (-0700) Subject: v5: .form-check layout changes (#29322) X-Git-Tag: v5.0.0-alpha1~748 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=707973ebdd2ea058b297456ee6c7b0a27b725089;p=thirdparty%2Fbootstrap.git v5: .form-check layout changes (#29322) * Scope .form-check-input layout to the .form-check parent * Remove margin-bottom from list-group-items in case they are label elements * document .form-check in input groups and list groups, and cleanup the no-label examples in the main .form-check docs --- diff --git a/scss/_list-group.scss b/scss/_list-group.scss index 6ac5e55187..057eb8057d 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -46,6 +46,7 @@ position: relative; display: block; padding: $list-group-item-padding-y $list-group-item-padding-x; + margin-bottom: 0; // for