Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
fix inline-block
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenrskelton committed Aug 7, 2014
1 parent 542b224 commit a89e1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flag-icon",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "https://github.com/stevenrskelton/flag-icon",
"description": "Polymer Web Component for SVG and PNG icons of country, state, province and other flags",
"main": "flag-icon.html",
Expand Down
1 change: 1 addition & 0 deletions flag-icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
background-position: center center;
width: {{computedWidth}}px;
height: {{computedHeight}}px;
display: inline-block;
"></div>
</template>
<script>
Expand Down

0 comments on commit a89e1dd

Please sign in to comment.