2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Merge pull request #15945 from kkirsche/patch-9

[Fixes #15944] Add Z-Index to avoid border overlapping
This commit is contained in:
Mark Otto
2015-04-05 00:02:14 -07:00
+1
View File
@@ -161,6 +161,7 @@
> .btn, > .btn,
> .btn-group { > .btn-group {
margin-left: -1px; margin-left: -1px;
z-index: 2;
} }
} }
} }