This commit is contained in:
Aevann1 2021-10-29 19:18:12 +02:00
parent f756fbac4c
commit f52d70e3e7

View file

@ -71,4 +71,12 @@
<input class="btn btn-primary" type="submit"> <input class="btn btn-primary" type="submit">
</form> </form>
<style>
table {
display: inline-block;
overflow: auto;
}
</style>
{% endblock %} {% endblock %}