Standardize usage of table template

This commit is contained in:
jeremystretch
2021-12-13 15:36:51 -05:00
parent dc1331e736
commit c50dc1eb35
45 changed files with 167 additions and 115 deletions

View File

@@ -133,8 +133,8 @@
</div>
{% endif %}
</h5>
<div class="card-body">
{% render_table duplicate_ips_table 'inc/table.html' %}
<div class="card-body table-responsive">
{% render_table duplicate_ips_table 'inc/table.html' %}
</div>
</div>
{% endif %}