Skip to content

Commit

Permalink
Define size of table in pixels rather than em
Browse files Browse the repository at this point in the history
This mirrors the changes made in
#491
  • Loading branch information
hannalaakso committed Jul 6, 2018
1 parent e11e5c5 commit bcd611b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/table/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
.govuk-table__header {
@include govuk-typography-weight-bold;

padding: govuk-em(govuk-spacing(2), 19px) govuk-em(govuk-spacing(4), 19px) govuk-em(govuk-spacing(2), 19px) 0;
padding: govuk-spacing(2) govuk-spacing(4) govuk-spacing(2) 0;
border-bottom: 1px solid $govuk-border-colour;
text-align: left;
}

.govuk-table__cell {
padding: govuk-em(govuk-spacing(2), 19px) govuk-em(govuk-spacing(4), 19px) govuk-em(govuk-spacing(2), 19px) 0;
padding: govuk-spacing(2) govuk-spacing(4) govuk-spacing(2) 0;
border-bottom: 1px solid $govuk-border-colour;
text-align: left;
}
Expand Down

0 comments on commit bcd611b

Please sign in to comment.