Skip to content

Commit

Permalink
fix: remove height of score history chart
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekBes committed Nov 4, 2024
1 parent 0787f24 commit 1d39c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/dashboard.njk
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<h5 class="card-title mb-0">Coalitions score history</h5>
</div>
<div class="card-body">
<canvas height="250" class="codam-chart" data-url="/admin/charts/coalitions/scores/history" id="coalition-score-history"></canvas>
<canvas class="codam-chart" data-url="/admin/charts/coalitions/scores/history" id="coalition-score-history"></canvas>
</div>
</div>
</div>
Expand Down

0 comments on commit 1d39c9b

Please sign in to comment.