Skip to content

Commit ebc77f6

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

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)