From ec33f843ef3d0cbc04e80ba1b165c610fd1706b0 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 10 Apr 2017 12:07:40 +0100 Subject: [PATCH] Use small font sizes in tables by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GOV.UK Elements changed tables to be a larger font size here: https://github.com/alphagov/govuk_elements/pull/185 This is good in principle (and a lot of our tables are 19px already). However, the ones that aren’t are still 16px because there’s a lot of info to fit on the page (eg when previewing someone’s CSV file). --- app/templates/components/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/table.html b/app/templates/components/table.html index 86e62ce63..2925ee2f2 100644 --- a/app/templates/components/table.html +++ b/app/templates/components/table.html @@ -1,7 +1,7 @@ {% from "components/big-number.html" import big_number %} {% macro mapping_table(caption='', field_headings=[], field_headings_visible=True, caption_visible=True) -%} - +
{{ caption }}