diff --git a/core/templates/admin/index.html b/core/templates/admin/index.html index e6e7a52..aa95257 100644 --- a/core/templates/admin/index.html +++ b/core/templates/admin/index.html @@ -98,6 +98,13 @@ box-shadow: var(--shadow); border: 1px solid #e5e7eb; } + + /* Fix for Chart.js infinite growth loop */ + .chart-wrapper { + position: relative; + height: 300px; + width: 100%; + } .section-title { font-size: 1.1rem; @@ -215,7 +222,9 @@