From: Patrick Yeo Date: Tue, 2 May 2017 18:03:14 +0000 (-0700) Subject: First child of input group segmented buttons are off by -btn-border-width X-Git-Tag: v4.0.0-beta.2~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf01f27554a22c26f67cc256e4aaf6515e1220a8;p=thirdparty%2Fbootstrap.git First child of input group segmented buttons are off by -btn-border-width --- diff --git a/scss/_input-group.scss b/scss/_input-group.scss index 91180f1700..8afff4c686 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -154,6 +154,10 @@ } } + &:first-child > .btn + .btn { + margin-left: 0; + } + // Negative margin to only have a single, shared border between the two &:not(:last-child) { > .btn,