]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove Dist fils as per suggestion (#23092)
authorChirag Modi <chiraggmodi@users.noreply.github.com>
Mon, 2 Oct 2017 00:59:26 +0000 (06:29 +0530)
committerMark Otto <markd.otto@gmail.com>
Mon, 2 Oct 2017 00:59:26 +0000 (17:59 -0700)
scss/_input-group.scss

index 95b17be477bf0320f8c41f9690a8c3f32527daa5..b8e2bbe194531375dd7d4ba677fc8dfaccad32ae 100644 (file)
     > .btn,
     > .btn-group {
       z-index: 2;
-      margin-left: (-$input-btn-border-width);
+      // remove nagative margin ($input-btn-border-width) to solve overlapping issue with button.
+      margin-left: 0;
       // Because specificity
       @include hover-focus-active {
         z-index: 3;