Fix css
This commit is contained in:
parent
ceb48b5bbe
commit
e09c28031b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
{% block before_table %}{% endblock %}
|
{% block before_table %}{% endblock %}
|
||||||
|
|
||||||
<div style="overflow-x: auto;">
|
<div style="overflow-x: auto; clear: both;">
|
||||||
<table id="users-table" class="table">
|
<table id="users-table" class="table">
|
||||||
{% block users_table %}{% endblock %}
|
{% block users_table %}{% endblock %}
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Reference in a new issue