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 @@ ...@@ -25,6 +25,7 @@
</div> </div>
<!-- /.box-header --> <!-- /.box-header -->
<div class="box-body"> <div class="box-body">
<div class="table-responsive">
<table class="data-table table table-bordered table-hover"> <table class="data-table table table-bordered table-hover">
<thead> <thead>
<tr> <tr>
...@@ -58,6 +59,7 @@ ...@@ -58,6 +59,7 @@
</tr> </tr>
</tfoot> </tfoot>
</table> </table>
</div>
<!-- /.box-body --> <!-- /.box-body -->
</div> </div>
<!-- /.box --> <!-- /.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