diff --git a/templates/board/fees_readonly.html b/templates/board/fees_readonly.html index b2b9580..22778de 100644 --- a/templates/board/fees_readonly.html +++ b/templates/board/fees_readonly.html @@ -71,9 +71,8 @@ margin-bottom: var(--spacing-xl); } - .fees-table-wrapper { - overflow-x: auto; - -webkit-overflow-scrolling: touch; + .container { + max-width: 1600px; } .fees-table { @@ -234,7 +233,6 @@

Lista firm ({{ year }}) {{ companies_fees|length }}

-
@@ -332,7 +330,6 @@ {% endfor %}
-
{% endblock %}