aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_input-group.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss
index 91180f170..8afff4c68 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,