diff --git a/assets/sass/elements/_tables.scss b/assets/sass/elements/_tables.scss index 87e9143ae..c7cd962ca 100644 --- a/assets/sass/elements/_tables.scss +++ b/assets/sass/elements/_tables.scss @@ -12,7 +12,6 @@ table { padding: em(12, 19) em(20, 19) em(9, 19) 0; text-align: left; - color: $black; border-bottom: 1px solid $border-colour; } @@ -20,6 +19,11 @@ table { 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;