mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove the margin-bottom from <label>s in .btn-groups (#20827)
- 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
This commit is contained in:
parent
7bf868a709
commit
ebc77f60bb
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
> .btn {
|
> .btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
// Bring the "active" button to the front
|
// Bring the "active" button to the front
|
||||||
&:focus,
|
&:focus,
|
||||||
|
|
Loading…
Add table
Reference in a new issue