Skip to content

Commit

Permalink
v0.2.1: set box-sizing: border-box;
Browse files Browse the repository at this point in the history
  • Loading branch information
rnons committed Feb 25, 2020
1 parent 858b79d commit e3a4350
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hunchcloud/live-element",
"version": "0.2.0",
"version": "0.2.1",
"description": "A custom element to live edit other custom elements",
"main": "dist/live-element.js",
"files": [
Expand Down
4 changes: 4 additions & 0 deletions src/live-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ template.innerHTML = `
grid-template-columns: 1fr 1fr;
}
* {
box-sizing: border-box;
}
#editor-wrap {
position: relative;
font-family: monospace;
Expand Down

0 comments on commit e3a4350

Please sign in to comment.