From 71b74a8bcd8fb49d83e6b09ed2065081fbafda5b Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Fri, 10 Apr 2026 16:31:01 +0200 Subject: [PATCH] fix: widen fees page to 1600px instead of scroll wrapper Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/board/fees_readonly.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 %}