Skip to content

Commit

Permalink
Make table horizontal padding match that of card header, body, and fo…
Browse files Browse the repository at this point in the history
…oter

Ref #1
  • Loading branch information
philipnewcomer committed Jun 28, 2019
1 parent 0524f6f commit 14897aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/bootstrap4-card-tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
border-bottom: 0;
}

th,
td {
padding: 0.75rem 1.25rem;
}

td:first-child,
th:first-child {
border-left: 0;
Expand Down

0 comments on commit 14897aa

Please sign in to comment.