Skip to content

Commit 0b8c543

Browse files
committed
Remove the margin-bottom from <label>s in .btn-groups
- Fixes #20298 for vertical button group spacing - Fixes #20784 for horizontal (default) button group spacing - Alternate fix to #20823 which only applied a fix for vertical button groups
1 parent dad1c88 commit 0b8c543

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_button-group.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
> .btn {
1111
position: relative;
1212
float: left;
13+
margin-bottom: 0;
1314

1415
// Bring the "active" button to the front
1516
&:focus,

0 commit comments

Comments
 (0)