master
Aevann1 2021-11-03 16:18:21 +02:00
parent 816b22464d
commit 6e4385396c
2 changed files with 10 additions and 6 deletions

View File

@ -73,10 +73,12 @@
</form>
<style>
@media (max-width: 767.98px) {
table {
display: inline-block;
overflow: auto;
}
}
</style>
{% endblock %}

View File

@ -496,10 +496,12 @@ line breaks
{% include "expanded_image_modal.html" %}
<style>
@media (max-width: 767.98px) {
table {
display: inline-block;
overflow: auto;
}
}
</style>
{% endblock %}