Skip to content

Commit 50518b6

Browse files
author
Graham Butler
committed
set default box model
1 parent 8b76810 commit 50518b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@author.io/element-icon",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "author-icon custom element (web component).",
55
"main": "dist/author-icon.min.js",
66
"scripts": {

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:host {
2-
2+
display: inline-flex;
33
}
44

55
:host *,

0 commit comments

Comments
 (0)