mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
start small--set flex instead of block for active items
This commit is contained in:
parent
0ec049d222
commit
d426c3c50e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
.carousel-item.active,
|
||||
.carousel-item-next,
|
||||
.carousel-item-prev {
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.carousel-item-next,
|
||||
|
|
Loading…
Reference in a new issue