2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fix background position (#28814)

This commit is contained in:
Sezer Esen
2019-05-26 12:13:55 +03:00
committed by Martijn Cuppens
parent c215dc83f0
commit de1a6e3201
+1 -1
View 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;
}