From: Martijn Cuppens Date: Sun, 13 Jan 2019 21:08:06 +0000 (+0100) Subject: Fix background size y X-Git-Tag: v4.3.0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09bd2e6291af6ce13a20d46b6da2f7582b0750f;p=thirdparty%2Fbootstrap.git Fix background size y --- diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 1416048fbf..20ea04baf4 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -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;