From 213fcf18d86fa766b179a701724e3ef2531d24a6 Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Sat, 7 Sep 2019 16:46:57 +0200 Subject: [PATCH] Close issue #258 --- schoolapps/timetable/templates/timetable/substitution.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schoolapps/timetable/templates/timetable/substitution.html b/schoolapps/timetable/templates/timetable/substitution.html index 715735e71..ca5983743 100755 --- a/schoolapps/timetable/templates/timetable/substitution.html +++ b/schoolapps/timetable/templates/timetable/substitution.html @@ -52,7 +52,7 @@ <h5 class="hide-on-small-and-down">{{ date|date:"l, j. F Y" }}</h5> - <table class="substitutions striped"> + <table class="substitutions striped responsive-table"> <thead> <tr> <th><i class="material-icons">people</i></th> -- GitLab