From 6704c091e7d7688f373e0a99fca3dfbbfe2eb4ad Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sat, 31 Aug 2019 15:30:09 +0200 Subject: [PATCH] Fix table overflow. Closes #15. --- 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 7ed820188..841c9b5b8 100644 --- a/biscuit/apps/alsijil/templates/alsijil/lesson.html +++ b/biscuit/apps/alsijil/templates/alsijil/lesson.html @@ -41,7 +41,7 @@ <div class="card-body"> {{ personal_note_formset.management_form }} - <table class="table table-striped table-bordered table-hover table-condensed table-responsive w-100 d-block d-md-table"> + <table class="table table-striped table-bordered table-hover table-responsive-xl"> <tr> <th>{% blocktrans %}Person{% endblocktrans %}</th> <th>{% blocktrans %}Absent{% endblocktrans %}</th> -- GitLab