Table is responsive on mobile

This commit is contained in:
Krzysztof Płaczek
2025-02-19 15:29:31 +01:00
parent 5832ac583f
commit d18abc6159
2 changed files with 55 additions and 50 deletions

View File

@@ -1,6 +1,7 @@
{% extends "template.html.twig" %}
{% block content %}
<div class="table-responsive">
<table class='table table-hover'>
<thead>
<tr>
@@ -55,4 +56,5 @@
</tr>
{% endfor %}
</table>
{% endblock %}
</div>
{% endblock %}