Browse Source

DIV-498 - Restrict the height of claimant 1 & 2 names on form 52

pull/160/head
Mike Olund 8 years ago
parent
commit
33fd409bb5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      edivorce/apps/core/templates/pdf/form52.html

+ 2
- 2
edivorce/apps/core/templates/pdf/form52.html View File

@ -35,10 +35,10 @@
<p class="text-center"> <p class="text-center">
<em> In the Supreme Court of British Columbia </em> <em> In the Supreme Court of British Columbia </em>
</p> </p>
<p>
<p style="max-height: 32px">
Claimant 1:{% include "partials/name_with_alias.html" with name=responses.name_you use_other_name=responses.any_other_name_you other_names=responses.other_name_you class_name='form-entry_claimant' %} Claimant 1:{% include "partials/name_with_alias.html" with name=responses.name_you use_other_name=responses.any_other_name_you other_names=responses.other_name_you class_name='form-entry_claimant' %}
</p> </p>
<p>
<p style="max-height: 32px">
Claimant 2:{% include "partials/name_with_alias.html" with name=responses.name_spouse use_other_name=responses.any_other_name_spouse other_names=responses.other_name_spouse class_name='form-entry_claimant' %} Claimant 2:{% include "partials/name_with_alias.html" with name=responses.name_spouse use_other_name=responses.any_other_name_spouse other_names=responses.other_name_spouse class_name='form-entry_claimant' %}
</p> </p>
<h2 class="text-center"> <h2 class="text-center">


Loading…
Cancel
Save