Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that table cells using tabular-numbers are 19px #424

Merged
merged 1 commit into from
Mar 17, 2017

Conversation

gemmaleigh
Copy link
Contributor

What problem does the pull request solve?

Fixes #403 - Tables have inconsistent front sizes.

Remove the core-16 mixin being applied to table cells with a class of
numeric. All tables should use 19px - to match the body text size.

How has this been tested?

Tested by running the GOV.UK elements app locally, see screenshots, or Heroku app preview.

Screenshots (if appropriate):

Before:

before - tables

After:

after - tables

What type of change is it?

  • Bug fix (non-breaking change which fixes an issue)

Has the documentation been updated?

  • I have read the CONTRIBUTING document.

Remove the core-16 mixin being applied to table cells with a class of
numeric. All tables should use 19px - to match the body text size.

Fixes #403 - Tables have inconsistent front sizes.
@gemmaleigh gemmaleigh temporarily deployed to govuk-elements-review-pr-424 March 17, 2017 11:30 Inactive
@robinwhittleton
Copy link
Contributor

Yeah, I think this is an oversight. The numerical class was created in da33ee5 at a time when all tds had font-size: 16px. That was removed from core tds in c435257 but left for numeric ones.

@gemmaleigh gemmaleigh merged commit 5a68beb into master Mar 17, 2017
@robinwhittleton robinwhittleton deleted the fix-table-font-size branch March 17, 2017 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants