Skip to content

Commit a282b62

Browse files
author
Jacky Li
committed
hotfix: css avoid break for genomic events in print
DEVSU-1893
1 parent 829c33f commit a282b62

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/views/ReportView/components/ProbeSummary/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
}
7373

7474
&__events {
75+
page-break-inside: avoid;
7576
margin: 28px 0;
7677
border: 2px solid black;
7778
border-radius: 4px;

app/views/ReportView/components/RapidSummary/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
}
5252

5353
&__events {
54+
page-break-inside: avoid;
5455
margin: 28px 0;
5556
border: 2px solid black;
5657
border-radius: 4px;

0 commit comments

Comments
 (0)