Commit 8df2e850 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #18427 from twbs/btn-group-18425

Use $border-width for .btn-group margins that make borders overlap
parents f6b9e0be 2fcb2e09
Showing with 2 additions and 2 deletions
+2 -2
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
.btn + .btn-group, .btn + .btn-group,
.btn-group + .btn, .btn-group + .btn,
.btn-group + .btn-group { .btn-group + .btn-group {
margin-left: -1px; margin-left: -$border-width;
} }
} }
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
> .btn + .btn-group, > .btn + .btn-group,
> .btn-group + .btn, > .btn-group + .btn,
> .btn-group + .btn-group { > .btn-group + .btn-group {
margin-top: -1px; margin-top: -$border-width;
margin-left: 0; margin-left: 0;
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment