Mmm 'responsive' tables

This commit is contained in:
2022-01-04 22:37:42 +00:00
parent af963ac0eb
commit f8ee1ffb0b

View File

@@ -59,7 +59,8 @@
</div> </div>
<div class="card"> <div class="card">
<div class="card-header"><h4 class="card-title">Level Requirements</h4> {% if u.pk != request.user.pk %}<h5 class="card-subtitle font-italic">for {{ u }}</h5>{% endif %}</div> <div class="card-header"><h4 class="card-title">Level Requirements</h4> {% if u.pk != request.user.pk %}<h5 class="card-subtitle font-italic">for {{ u }}</h5>{% endif %}</div>
<table class="table card-body"> <div class="table-responsive card-body">
<table class="table">
<thead> <thead>
<tr> <tr>
<th scope="col" class="table-warning" style="width: 33%">Training Started</th> <th scope="col" class="table-warning" style="width: 33%">Training Started</th>
@@ -84,6 +85,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
<h4 class="card-header">Prerequisite Levels:</h4> <h4 class="card-header">Prerequisite Levels:</h4>
<div class="card-body"> <div class="card-body">
<ul> <ul>