chg: Make table responsive

pull/67/head
Raphaël Vinot 2020-02-06 17:25:21 +01:00
parent 1e9c0d2b1d
commit 6fbc6f6ead
1 changed files with 8 additions and 4 deletions

View File

@ -8,12 +8,14 @@
</br></br> </br></br>
</center> </center>
<table class="table" data-toggle="table" data-search="true" data-show-columns="true"> <center>
<div class="table-responsive">
<table id="table" class="table" data-toggle="table" data-search="true" data-show-columns="true">
<thead> <thead>
<tr> <tr>
<th>Page title</th> <th data-field="title" data-width="200">Page title</th>
<th>Initial URL</th> <th data-flield="url" data-width="75">Initial URL</th>
<th>Initial redirects</th> <th data-field="redirects" data-width="75">Initial redirects</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -41,4 +43,6 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
</div>
</center>
{% endblock %} {% endblock %}