aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/dashboard/table.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/dashboard/table.html')
-rw-r--r--src/templates/dashboard/table.html20
1 files changed, 7 insertions, 13 deletions
diff --git a/src/templates/dashboard/table.html b/src/templates/dashboard/table.html
index 0a37ded..2b4628e 100644
--- a/src/templates/dashboard/table.html
+++ b/src/templates/dashboard/table.html
@@ -15,20 +15,14 @@
{% block content %}
<div class="row">
<div class="col-lg-12">
- <div class="dataTables_wrapper">
- <table class="table table-striped table-bordered table-hover" id="table" cellspacing="0"
- width="100%">
-
- {% block table %}
- {% endblock table %}
-
- </table>
- </div>
- <!-- /.table-responsive -->
- <!-- /.panel-body -->
- <!-- /.panel -->
+ <div class="dataTables_wrapper table-responsive mw-100">
+ <table class="table table-striped table-bordered table-hover" id="table" cellspacing="0"
+ width="100%">
+ {% block table %}
+ {% endblock table %}
+ </table>
+ </div>
</div>
- <!-- /.col-lg-12 -->
</div>
{% endblock content %}