Table css
This commit is contained in:
parent
cad679ad90
commit
8ff0f369a6
7 changed files with 18 additions and 10 deletions
|
@ -24,8 +24,8 @@
|
|||
|
||||
{% block before_table %}{% endblock %}
|
||||
|
||||
<div style="overflow-x: scroll;">
|
||||
<table id="users-table" class="table">
|
||||
<div style="overflow-x: auto;">
|
||||
<table id="users-table" class="table striped no-border">
|
||||
{% block users_table %}{% endblock %}
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue