diff --git a/app/views/submissions/_value.html.erb b/app/views/submissions/_value.html.erb index f283c69c..c1638449 100644 --- a/app/views/submissions/_value.html.erb +++ b/app/views/submissions/_value.html.erb @@ -5,9 +5,9 @@ <% font = field.dig('preferences', 'font') %> <% font_type = field.dig('preferences', 'font_type') %> <% font_size_px = (field.dig('preferences', 'font_size').presence || Submissions::GenerateResultAttachments::FONT_SIZE).to_i * local_assigns.fetch(:font_scale) { 1000.0 / PdfUtils::US_LETTER_W } %> -