mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
start small--set flex instead of block for active items
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
.carousel-item.active,
|
||||
.carousel-item-next,
|
||||
.carousel-item-prev {
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.carousel-item-next,
|
||||
|
Reference in New Issue
Block a user