diff --git a/app/javascript/stylesheets/print.scss b/app/javascript/stylesheets/print.scss index faa4aace7..633d650df 100644 --- a/app/javascript/stylesheets/print.scss +++ b/app/javascript/stylesheets/print.scss @@ -20,8 +20,10 @@ grid-auto-columns: 1fr 200px; } -.print-header { - size: 12px; +.govuk-heading-s { + font-size: small; + margin-bottom: 0; + margin-top: 5px; } .govuk-body{ @@ -35,4 +37,5 @@ .cell { background-color: lightgrey; } + .noprint {display:none;} } diff --git a/app/views/form/print.html.erb b/app/views/form/print.html.erb index 7d83b0cd0..b722de18f 100644 --- a/app/views/form/print.html.erb +++ b/app/views/form/print.html.erb @@ -1,8 +1,8 @@ -
<%= subsection_content["label"] %>
+<%= subsection_content["label"] %>
<% large_answers = @form.questions_for_subsection(subsection_name).any? {|key, info| info["type"]== 'checkbox' || info["type"]== 'radio' && info["answer_options"].keys.length > 4} ? "two-grid" : "three-grid" %>