diff --git a/src/definitions/elements/flag.less b/src/definitions/elements/flag.less index c789bf3c8..13142cf31 100755 --- a/src/definitions/elements/flag.less +++ b/src/definitions/elements/flag.less @@ -45,7 +45,7 @@ i.flag:not(.icon) { i.flag:not(.icon):before { display: inline-block; content: ''; - background: url(@spritePath) no-repeat 0px 0px; + background: url(@spritePath) no-repeat -108px -1976px; width: @width; height: @height; }