Skip to content

Commit 482dba9

Browse files
committed
Merge pull request #3657 from FabianAlbrecht/fix-border-radius
Fixed border-radius when only one button exists in a button-bar
2 parents 329549e + b952bd9 commit 482dba9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: scss/_button-bar.scss

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
border-right-width: 1px;
5252
border-radius: 0px $button-border-radius $button-border-radius 0px;
5353
}
54+
&:only-child {
55+
border-radius: $button-border-radius;
56+
}
5457
}
5558

5659
.button-bar > .button-small {

0 commit comments

Comments
 (0)