Browse Source

DIV-742

pull/160/head
Justin Johnson 7 years ago
parent
commit
3d75b20579
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      edivorce/apps/core/static/css/weasyprint.css
  2. +1
    -1
      edivorce/apps/core/templates/pdf/form37.html

+ 1
- 1
edivorce/apps/core/static/css/weasyprint.css View File

@ -246,7 +246,7 @@ ol.parens-list > li:before {
white-space: nowrap; white-space: nowrap;
} }
ol.force-break-last li:last-child {
ol.force-break-last > li:last-child {
page-break-before: always; page-break-before: always;
} }

+ 1
- 1
edivorce/apps/core/templates/pdf/form37.html View File

@ -140,7 +140,7 @@
</tr> </tr>
</table> </table>
<p>(b) Children:</p>
<p class="force-break">(b) Children:</p>
<table class="table table-bordered"> <table class="table table-bordered">
<tr> <tr>


Loading…
Cancel
Save