mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 04:43:12 -04:00
Merge pull request #688 from alphagov/fix-empty-table-width
Fix incorrect width on empty tables
This commit is contained in:
@@ -41,7 +41,10 @@
|
|||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class='dashboard-table'>
|
|
||||||
|
{% if notifications %}
|
||||||
|
<div class='dashboard-table'>
|
||||||
|
{% endif %}
|
||||||
{% call(item, row_number) list_table(
|
{% call(item, row_number) list_table(
|
||||||
notifications,
|
notifications,
|
||||||
caption="Recent activity",
|
caption="Recent activity",
|
||||||
@@ -74,7 +77,9 @@
|
|||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
</div>
|
{% if notifications %}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{{ previous_next_navigation(prev_page, next_page) }}
|
{{ previous_next_navigation(prev_page, next_page) }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user