Skip to content

Commit

Permalink
Merge pull request #482 from alphagov/table-spacing
Browse files Browse the repository at this point in the history
Fix table spacing
  • Loading branch information
gemmaleigh authored Jun 5, 2017
2 parents 9603cba + e05006f commit 370bddc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/sass/elements/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ table {
padding: em(12, 19) em(20, 19) em(9, 19) 0;

text-align: left;
color: $black;
border-bottom: 1px solid $border-colour;
}

th {
font-weight: 700;
}

td:last-child,
th:last-child {
padding-right: 0;
}

// Right align table header cells and table cells with a numeric class
.numeric {
text-align: right;
Expand Down

0 comments on commit 370bddc

Please sign in to comment.