fix: narrow config pages on mobile

This commit is contained in:
Herculino Trotta
2024-10-18 00:04:31 -03:00
parent 3772eb94d6
commit 68ed68205b
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
{% block title %}{% translate 'Currencies' %}{% endblock %}
{% block content %}
<div hx-get="{% url 'currencies_list' %}" hx-trigger="load, updated from:window" class="show-loading mx-5"></div>
<div hx-get="{% url 'currencies_list' %}" hx-trigger="load, updated from:window" class="show-loading"></div>
{% endblock %}