Skip to content

Commit

Permalink
Merge pull request jasny#277 from arekkas/patch-2
Browse files Browse the repository at this point in the history
Less: Solves an issue with groups and rounded borders
  • Loading branch information
jasny committed Jul 20, 2014
2 parents 1d5a758 + b000850 commit 758d5f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/button-labels.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@
.btn-xs .btn-label {
.button-label-size(1px; 5px; @border-radius-small);
}
.btn-group > .btn:last-child:not(:first-child) .btn-label, .btn-group > .dropdown-toggle:not(:first-child) .btn-label {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}

0 comments on commit 758d5f2

Please sign in to comment.