diff --git a/opentech/apply/funds/templates/funds/includes/review_table.html b/opentech/apply/funds/templates/funds/includes/review_table.html
index b628ecfe3207560fad977cb6431c55f55092d339..795f47c1ad60a13add873f991a8fcd9a05def0f0 100644
--- a/opentech/apply/funds/templates/funds/includes/review_table.html
+++ b/opentech/apply/funds/templates/funds/includes/review_table.html
@@ -14,7 +14,7 @@
             {% include 'funds/includes/review_table_row.html' with reviews=object.staff_not_reviewed missing=True %}
         {% endif %}
     {% else %}
-        <tr><td class="reviews-sidebar__no-reviews">No reviews yet</td></tr>
+        <tr><td colspan="4" class="reviews-sidebar__no-reviews">No reviews yet</td></tr>
     {% endif %}
 
     {% if object.stage.has_external_review %}
diff --git a/opentech/static_src/src/sass/apply/components/_reviews-sidebar.scss b/opentech/static_src/src/sass/apply/components/_reviews-sidebar.scss
index a311acf0f0f04ccf493e544e0cbd706cc7135fa1..0b19921b13c944fe8e91397de9beac5be6a219fb 100644
--- a/opentech/static_src/src/sass/apply/components/_reviews-sidebar.scss
+++ b/opentech/static_src/src/sass/apply/components/_reviews-sidebar.scss
@@ -63,7 +63,6 @@
     }
 
     &__no-reviews {
-        width: 100%;
         color: $color--mid-grey;
     }
 }