diff --git a/edivorce/apps/core/static/css/weasyprint.css b/edivorce/apps/core/static/css/weasyprint.css
index 07d97c7f..69d5079d 100644
--- a/edivorce/apps/core/static/css/weasyprint.css
+++ b/edivorce/apps/core/static/css/weasyprint.css
@@ -241,3 +241,7 @@ ol.parens-list > li:before {
.th-left {
text-align: left !important;
}
+
+.no-wrap {
+ white-space: nowrap;
+}
diff --git a/edivorce/apps/core/templates/pdf/form1.html b/edivorce/apps/core/templates/pdf/form1.html
index 22ad0b33..b61ef0d9 100644
--- a/edivorce/apps/core/templates/pdf/form1.html
+++ b/edivorce/apps/core/templates/pdf/form1.html
@@ -58,7 +58,8 @@
|
{% checkbox responses.when_were_you_live_married_like %}
- began to live together in a marriage-like relationship on [dd mmm yyyy]
+ began to live together in a marriage-like relationship on
+ [dd mmm yyyy]
|
{% response responses.when_were_you_live_married_like as_date=True %}
@@ -67,7 +68,7 @@
|
|
{% checkbox responses.when_were_you_married %}
- were married on [dd mmm yyyy]
+ were married on [dd mmm yyyy]
|
{% response responses.when_were_you_married as_date=True %}
@@ -76,7 +77,7 @@
|
|
{% checkbox responses.separation_date %}
- separated on [dd mmm yyyy]
+ separated on [dd mmm yyyy]
|
{% response responses.separation_date as_date=True %}
@@ -85,7 +86,8 @@
|
|
{% checkbox False %}
- were divorced from each other by order made on [dd mmm yyyy]
+ were divorced from each other by order made on
+ [dd mmm yyyy]
|
|
@@ -121,12 +123,15 @@
Claimant 2 |
- | Birthdate: [dd mmm yyyy] |
+ Birthdate: [dd mmm yyyy] |
{% response responses.birthday_you as_date=True %} |
{% response responses.birthday_spouse as_date=True %} |
- | Ordinarily resident in British Columbia since: [dd mmm yyyy] |
+
+ Ordinarily resident in British Columbia since:
+ [dd mmm yyyy]
+ |
{% if responses.lived_in_bc_you == 'Since birth' %}
{% response responses.birthday_you as_date=True %}
|