Skip to content

Commit 0da69a2

Browse files
Avoid performing a page break on the last page.
1 parent 4101a3f commit 0da69a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extensionDirectory/static/filings.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,9 @@ p.filing-dated-city {
587587
padding-left: 0.25in;
588588
padding-right: 0.25in;
589589
}
590+
.page:last-child {
591+
page-break-after: avoid !important;
592+
}
590593
.count-table + p {
591594
padding-top: 0.5rem;
592595
}

0 commit comments

Comments
 (0)