mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
start small--set flex instead of block for active items
This commit is contained in:
+1
-1
@@ -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