shareneus 1.5.32 → 1.5.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1662,12 +1662,12 @@ class SharedPDFService {
|
|
|
1662
1662
|
{
|
|
1663
1663
|
text: RecordData.Notes,
|
|
1664
1664
|
fontSize: 7,
|
|
1665
|
-
margin: [0,
|
|
1665
|
+
margin: [0, 2, 0, 5],
|
|
1666
1666
|
italics: true,
|
|
1667
1667
|
opacity: 0.7
|
|
1668
1668
|
}
|
|
1669
1669
|
],
|
|
1670
|
-
margin: [0,
|
|
1670
|
+
margin: [0, 5, 0, 0]
|
|
1671
1671
|
};
|
|
1672
1672
|
}
|
|
1673
1673
|
else {
|