Skip to content

Commit

Permalink
Merge pull request #3657 from FabianAlbrecht/fix-border-radius
Browse files Browse the repository at this point in the history
Fixed border-radius when only one button exists in a button-bar
  • Loading branch information
mlynch committed Dec 6, 2015
2 parents 329549e + b952bd9 commit 482dba9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_button-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
border-right-width: 1px;
border-radius: 0px $button-border-radius $button-border-radius 0px;
}
&:only-child {
border-radius: $button-border-radius;
}
}

.button-bar > .button-small {
Expand Down

0 comments on commit 482dba9

Please sign in to comment.