This commit is contained in:
cuom1999 2023-01-07 22:16:28 -06:00
parent ceb48b5bbe
commit e09c28031b

View file

@ -24,7 +24,7 @@
{% block before_table %}{% endblock %}
<div style="overflow-x: auto;">
<div style="overflow-x: auto; clear: both;">
<table id="users-table" class="table">
{% block users_table %}{% endblock %}
</table>