Skip to content

Commit

Permalink
fixup! display changes to support local council scorecards
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Apr 22, 2024
1 parent 00bc743 commit 0cf97fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/templates/hub/area/_range_data.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load hub_filters %}
{% if dataset.name.lower == "action scorecards section scores" %}
<table class="table mb-0" data-chart-type="bar" data-chart-direction="y">
<table class="table mb-0 mt-2" data-chart-type="bar" data-chart-direction="y">
<tbody>
{% for row in dataset.data %}
<tr>
Expand Down

0 comments on commit 0cf97fd

Please sign in to comment.