Skip to content
Snippets Groups Projects
Commit 48707b23 authored by Chris Lawton's avatar Chris Lawton
Browse files

make no reviews full width using colspan so it doesn't affect any rows underneath

parent c382efff
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
{% include 'funds/includes/review_table_row.html' with reviews=object.staff_not_reviewed missing=True %} {% include 'funds/includes/review_table_row.html' with reviews=object.staff_not_reviewed missing=True %}
{% endif %} {% endif %}
{% else %} {% 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 %} {% endif %}
{% if object.stage.has_external_review %} {% if object.stage.has_external_review %}
......
...@@ -63,7 +63,6 @@ ...@@ -63,7 +63,6 @@
} }
&__no-reviews { &__no-reviews {
width: 100%;
color: $color--mid-grey; color: $color--mid-grey;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment