Merge pull request #688 from alphagov/fix-empty-table-width

Fix incorrect width on empty tables
This commit is contained in:
Chris Hill-Scott
2016-06-15 10:14:06 +01:00
committed by GitHub

View File

@@ -41,7 +41,10 @@
</p>
{% endif %}
<div class='dashboard-table'>
{% if notifications %}
<div class='dashboard-table'>
{% endif %}
{% call(item, row_number) list_table(
notifications,
caption="Recent activity",
@@ -74,7 +77,9 @@
{% endcall %}
{% endcall %}
</div>
{% if notifications %}
</div>
{% endif %}
{{ previous_next_navigation(prev_page, next_page) }}