Skip to content

Commit

Permalink
SAK-32611 avoid page breaks inside roster-table-row (sakaiproject#4502)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff authored and adrianfish committed Jun 16, 2017
1 parent e66832b commit 5a251be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roster2/src/webapp/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

.roster-table-row {
display: table-row;
page-break-inside: avoid;
}

.roster-table-cell {
Expand All @@ -36,6 +37,10 @@
white-space: nowrap;
}

.roster-member {
page-break-inside: avoid;
}

.roster-member:nth-child(odd) {
background: #F8F8F8;
}
Expand Down

0 comments on commit 5a251be

Please sign in to comment.