diff options
| author | Mark Otto <[email protected]> | 2015-04-05 00:02:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-05 00:02:14 -0700 |
| commit | 83d10bb5a72ea87e5f5c83cfaad7a8c278d8a6b1 (patch) | |
| tree | b0882feb548e34c1437825ccd3fa361cbd1d050c /less | |
| parent | e2d5e084b2f6d8016046ded9ce09c2e26b0687ed (diff) | |
| parent | 06cba30e2dc62c71b85c323edfcc2afc49c4c2a3 (diff) | |
| download | bootstrap-83d10bb5a72ea87e5f5c83cfaad7a8c278d8a6b1.tar.xz bootstrap-83d10bb5a72ea87e5f5c83cfaad7a8c278d8a6b1.zip | |
Merge pull request #15945 from kkirsche/patch-9
[Fixes #15944] Add Z-Index to avoid border overlapping
Diffstat (limited to 'less')
| -rw-r--r-- | less/input-groups.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/input-groups.less b/less/input-groups.less index a8712f25b..cd3e79833 100644 --- a/less/input-groups.less +++ b/less/input-groups.less @@ -161,6 +161,7 @@ > .btn, > .btn-group { margin-left: -1px; + z-index: 2; } } } |
