diff options
| author | Mark Otto <[email protected]> | 2013-08-06 15:41:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-06 15:41:50 -0700 |
| commit | 7ae7aa667672b93f4344a39a93ed2d2e68ca7a24 (patch) | |
| tree | 9fdf110b72413f279ceb928b7aa5516bc8847f7f | |
| parent | 06949d6a1801704282442696ec7f46c5c331918e (diff) | |
| parent | 8858ef4dae8587db7ad85930b7c4baa08d9a780d (diff) | |
| download | bootstrap-7ae7aa667672b93f4344a39a93ed2d2e68ca7a24.tar.xz bootstrap-7ae7aa667672b93f4344a39a93ed2d2e68ca7a24.zip | |
Merge pull request #8731 from nrw/patch-1
Format multiple badges in list-group-item
| -rw-r--r-- | less/list-group.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/list-group.less b/less/list-group.less index c0eb5f75a..306d4878d 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -37,6 +37,9 @@ float: right; margin-right: -15px; } + > .badge + .badge { + margin-right: 0; + } } // Custom content options |
