mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Grow button width to the parent button group (#27717)
This commit is contained in:
parent
5c336d0247
commit
9f08f7dea6
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
> .btn {
|
> .btn {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: 0 1 auto;
|
flex: 1 1 auto;
|
||||||
|
|
||||||
// Bring the hover, focused, and "active" buttons to the front to overlay
|
// Bring the hover, focused, and "active" buttons to the front to overlay
|
||||||
// the borders properly
|
// the borders properly
|
||||||
|
Loading…
Reference in New Issue
Block a user