]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix background position (#28814)
authorSezer Esen <sezeresen@users.noreply.github.com>
Sun, 26 May 2019 09:13:55 +0000 (12:13 +0300)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Sun, 26 May 2019 09:13:55 +0000 (11:13 +0200)
scss/mixins/_forms.scss

index 248ba60f22f5a072c91130dcb6677f4cb5b27ec7..202663daa49296bc790087bcf278ffa069a8821a 100644 (file)
@@ -71,7 +71,7 @@
         padding-right: $input-height-inner;
         background-image: $icon;
         background-repeat: no-repeat;
-        background-position: center right $input-height-inner-quarter;
+        background-position: right $input-height-inner-quarter center;
         background-size: $input-height-inner-half $input-height-inner-half;
       }