2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Fix background size y

This commit is contained in:
Martijn Cuppens
2019-01-13 22:08:06 +01:00
committed by Mark Otto
parent e2ac792bc7
commit d09bd2e629
+1 -1
View File
@@ -127,7 +127,7 @@
display: inline-block;
width: $carousel-control-icon-width;
height: $carousel-control-icon-width;
background: no-repeat 50% / 100%;
background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
background-image: $carousel-control-prev-icon-bg;