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

Commit a89e1dd

Browse files
fix inline-block
1 parent 542b224 commit a89e1dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flag-icon",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"homepage": "https://github.com/stevenrskelton/flag-icon",
55
"description": "Polymer Web Component for SVG and PNG icons of country, state, province and other flags",
66
"main": "flag-icon.html",

flag-icon.html

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
background-position: center center;
2020
width: {{computedWidth}}px;
2121
height: {{computedHeight}}px;
22+
display: inline-block;
2223
"></div>
2324
</template>
2425
<script>

0 commit comments

Comments
 (0)