Skip to content

Commit

Permalink
Update style to not page break within a table row
Browse files Browse the repository at this point in the history
  • Loading branch information
wxwern committed Nov 13, 2023
1 parent f40a0db commit a460c1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@
page-break-before: always !important;
}


tr {
page-break-inside: avoid;
}

}

0 comments on commit a460c1b

Please sign in to comment.