From b2d3541763347e8ea7a8ccd67853343c4fd22e86 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Fri, 23 Aug 2019 09:48:47 +0200 Subject: [PATCH] Make table full-width. --- biscuit/apps/alsijil/templates/alsijil/lesson.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/apps/alsijil/templates/alsijil/lesson.html b/biscuit/apps/alsijil/templates/alsijil/lesson.html index e0bbc010a..84ab4db61 100644 --- a/biscuit/apps/alsijil/templates/alsijil/lesson.html +++ b/biscuit/apps/alsijil/templates/alsijil/lesson.html @@ -43,7 +43,7 @@ {% csrf_token %} {{ personal_note_formset.management_form }} - <table class="table table-striped table-bordered table-hover table-condensed table-responsive w-100"> + <table class="table table-striped table-bordered table-hover table-condensed table-responsive w-100 d-block d-md-table"> <tr> <th>{% blocktrans %}Person{% endblocktrans %}</th> <th>{% blocktrans %}Absent{% endblocktrans %}</th> -- GitLab