aboutsummaryrefslogtreecommitdiff
path: root/app/templates/games.j2
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/games.j2')
-rw-r--r--app/templates/games.j26
1 files changed, 4 insertions, 2 deletions
diff --git a/app/templates/games.j2 b/app/templates/games.j2
index dff1e0f..ce2a412 100644
--- a/app/templates/games.j2
+++ b/app/templates/games.j2
@@ -1,4 +1,5 @@
-<table class="table is-bordered is-striped is-narrow is-hoverable is-fullwidth" id="games">
+<div class="overflow-auto">
+<table id="games">
<thead>
<th colspan="5" align="center"> {{ title }} </th>
</thead>
@@ -18,4 +19,5 @@
</tr>
{% endfor %}
</tbody>
-</table> \ No newline at end of file
+</table>
+<div> \ No newline at end of file