Skip to content

Commit

Permalink
Merge pull request #9 from bacco007/patch-1
Browse files Browse the repository at this point in the history
Change Table Padding to match padding of other cards
  • Loading branch information
iantrich committed Mar 12, 2019
2 parents f0a0421 + c581d18 commit c99c390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions list-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ListCard extends HTMLElement {
}
table {
width: 100%;
padding: 0 32px 0 32px;
padding: 0 16px 16px 16px;
}
thead th {
text-align: left;
Expand Down Expand Up @@ -199,4 +199,4 @@ class ListCard extends HTMLElement {
}
}

customElements.define('list-card', ListCard);
customElements.define('list-card', ListCard);

0 comments on commit c99c390

Please sign in to comment.