Browse Source

Merge pull request #3333 from space-alien/next

Fix for flags with invalid country class
pull/3321/head
Jack Lukic 9 years ago
parent
commit
711b56b94b
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/flag.less

2
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;
}

Loading…
Cancel
Save