mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
inline-flex and width: 100% for stacked/vertical variation
shoutout to @Starsam80 for the fix
This commit is contained in:
parent
5d0ec572d4
commit
d2479cf5f0
@ -149,14 +149,14 @@
|
||||
//
|
||||
|
||||
.btn-group-vertical {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
|
||||
.btn,
|
||||
.btn-group {
|
||||
flex: 0 1 auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
> .btn + .btn,
|
||||
|
Loading…
Reference in New Issue
Block a user