diff --git a/opentech/static_src/src/javascript/apply/report-calculator.js b/opentech/static_src/src/javascript/apply/report-calculator.js
index c3a038c3e5a2d7d247053086f4d78ed7150690ee..716ee321fec01be46aa8d3dd6e718b3ad6788fb7 100644
--- a/opentech/static_src/src/javascript/apply/report-calculator.js
+++ b/opentech/static_src/src/javascript/apply/report-calculator.js
@@ -39,7 +39,7 @@
         pluraliseTimePeriod(frequencyNumberInput.value);
     }
 
-    // Set the reporting period start date 
+    // Set the reporting period start date
     function setReportPeriodStart() {
         const startDate = new Date(reportData.startDate);
         periodStartSlot.innerHTML = startDate.toISOString().slice(0, 10);
diff --git a/opentech/static_src/src/sass/apply/components/_projects-table.scss b/opentech/static_src/src/sass/apply/components/_projects-table.scss
index c4ba256df7f6bdd460bb540d81328a6c93df87ef..1f72ef5fd23a2f7c7c4636aa3515b631cd3edc3a 100644
--- a/opentech/static_src/src/sass/apply/components/_projects-table.scss
+++ b/opentech/static_src/src/sass/apply/components/_projects-table.scss
@@ -1,7 +1,7 @@
 .projects-table {
     .reporting {
         .icon {
-            margin-right: 0.3rem;
+            margin-right: .3rem;
             width: 25px;
             height: 25px;
             fill: $color--tomato;