Skip to content

Commit 005d61c

Browse files
committed
bugfix/DEVSU-2194-retain-report-text-formatting
- DEVSU-2194 - Fix bug where Firefox does not retain style when printing report
1 parent 683113e commit 005d61c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/components/PrintTable/index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.table {
44
border-collapse: collapse;
55
margin: 8px;
6+
font-family: Arial, Helvetica, sans-serif;
67

78
&--full-width {
89
width: 100%;

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

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
&--print {
2222
padding: 0;
23+
font-family: Arial, Helvetica, sans-serif;
2324

2425
&__user-text {
2526
padding: 8px 32px;

0 commit comments

Comments
 (0)