diff --git a/app/components/admin/stats/budget_balloting_component.html.erb b/app/components/admin/stats/budget_balloting_component.html.erb
index 1bb7edb24..4d118b732 100644
--- a/app/components/admin/stats/budget_balloting_component.html.erb
+++ b/app/components/admin/stats/budget_balloting_component.html.erb
@@ -27,31 +27,39 @@
- | <%= t("admin.stats.budget_balloting.votes_per_heading") %> |
+
+ | <%= t("admin.stats.budget_balloting.votes_per_heading") %> |
+
- <% vote_count_by_heading.each do |heading_name, count| %>
-
- |
- <%= heading_name %>
- |
-
- <%= number_with_delimiter count %>
- |
-
- <% end %>
+
+ <% vote_count_by_heading.each do |heading_name, count| %>
+
+ |
+ <%= heading_name %>
+ |
+
+ <%= number_with_delimiter count %>
+ |
+
+ <% end %>
+
- | <%= t("admin.stats.budget_balloting.participants_per_district") %> |
+
+ | <%= t("admin.stats.budget_balloting.participants_per_district") %> |
+
- <% user_count_by_heading.each do |heading_name, count| %>
-
- |
- <%= heading_name %>
- |
-
- <%= number_with_delimiter count %>
- |
-
- <% end %>
+
+ <% user_count_by_heading.each do |heading_name, count| %>
+
+ |
+ <%= heading_name %>
+ |
+
+ <%= number_with_delimiter count %>
+ |
+
+ <% end %>
+
diff --git a/app/views/admin/stats/budget_supporting.html.erb b/app/views/admin/stats/budget_supporting.html.erb
index 770029969..8affe4cd2 100644
--- a/app/views/admin/stats/budget_supporting.html.erb
+++ b/app/views/admin/stats/budget_supporting.html.erb
@@ -33,17 +33,23 @@
<%= render "graph", name: "user_supported_budgets", event: "", count: @user_count %>
- | <%= t("admin.stats.budget_supporting.headings") %> |
- <%= t("admin.stats.budget_supporting.users") %> |
-
- <% @voters_in_heading.each do |heading, count| %>
-
- |
- <%= heading.name %>
- |
-
- <%= number_with_delimiter count %>
- |
+
+
+ | <%= t("admin.stats.budget_supporting.headings") %> |
+ <%= t("admin.stats.budget_supporting.users") %> |
- <% end %>
+
+
+
+ <% @voters_in_heading.each do |heading, count| %>
+
+ |
+ <%= heading.name %>
+ |
+
+ <%= number_with_delimiter count %>
+ |
+
+ <% end %>
+