File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
extensionDirectory/static Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ p.filing-dated-city {
579579 display : none !important ;
580580 }
581581 .page {
582- page-break-after : always !important ;
582+ page-break-after : always;
583583 position : relative;
584584 overflow : visible;
585585 background : # fff ;
@@ -609,7 +609,6 @@ p.filing-dated-city {
609609 width : 100% ;
610610 margin-left : 0.75in ;
611611 margin-right : 0.75in ;
612- page-break-after : always;
613612 }
614613
615614 .footer-space__vertical-spacer {
@@ -675,6 +674,12 @@ p.filing-dated-city {
675674 line-height : 1.2em ;
676675 font-family : 'Times New Roman' , Times, serif;
677676 }
677+
678+ table : only-of-type .page : last-child ,
679+ .all-filings section : last-child .page : nth-last-child (2 ) {
680+ page-break-after : avoid !important ;
681+ height : 99vh ;
682+ }
678683}
679684
680685/* cover letter */
You can’t perform that action at this time.
0 commit comments