Skip to content

Commit 8c4fc47

Browse files
committed
bugfix/DEVSU-2194-retain-report-text-formatting
- Update fix for Appendix C
1 parent 2a60314 commit 8c4fc47

File tree

1 file changed

+1
-1
lines changed
  • app/views/ReportView/components/Appendices

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.appendices {
22
margin: 20px auto;
33
padding: 0 20px;
4+
font-family: Arial, Helvetica, sans-serif;
45

56
&__config {
67
padding: 16px;
78

89
@media print {
910
word-break: break-all;
10-
font-family: Arial, Helvetica, sans-serif;
1111
}
1212

1313
&-title {

0 commit comments

Comments
 (0)