Skip to content

Commit 711b56b

Browse files
committed
Merge pull request Semantic-Org#3333 from space-alien/next
Fix for flags with invalid country class
2 parents 7f2384c + 6c704de commit 711b56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/elements/flag.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ i.flag:not(.icon) {
4545
i.flag:not(.icon):before {
4646
display: inline-block;
4747
content: '';
48-
background: url(@spritePath) no-repeat 0px 0px;
48+
background: url(@spritePath) no-repeat -108px -1976px;
4949
width: @width;
5050
height: @height;
5151
}

0 commit comments

Comments
 (0)