Commit f99670ec authored by Nicolas Widart's avatar Nicolas Widart

Adding the table responsive wrapper by default around tables

parent ac0af13a
......@@ -25,6 +25,7 @@
</div>
<!-- /.box-header -->
<div class="box-body">
<div class="table-responsive">
<table class="data-table table table-bordered table-hover">
<thead>
<tr>
......@@ -58,6 +59,7 @@
</tr>
</tfoot>
</table>
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment