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

Commit

Permalink
added left margin to table
Browse files Browse the repository at this point in the history
  • Loading branch information
ljmerza committed Mar 12, 2020
1 parent 5472bf2 commit 67c7b07
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/calendar-card.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/calendar-card.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendar-card",
"version": "3.108.2",
"version": "3.108.4",
"description": "A calendar card for Home Assistant Lovelace UI",
"keywords": [
"home-assistant",
Expand Down
1 change: 1 addition & 0 deletions src/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const style = css`
table {
border-spacing: 0;
margin-bottom: 10px;
margin-left: 10px;
width: 100%;
}
Expand Down

0 comments on commit 67c7b07

Please sign in to comment.