From 60d52686b93ea008ef16ca535a80e4c04d737ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 3 May 2023 18:49:41 +0200 Subject: [PATCH] Remove text-center class in heading price header Not sure why it was added in commit 9fb5019f0, but it made the table look funny on some screens, particularly after adding the extra field we're about to add. --- .../admin/budget_headings/headings_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/admin/budget_headings/headings_component.html.erb b/app/components/admin/budget_headings/headings_component.html.erb index d8ba48040..a9269ab26 100644 --- a/app/components/admin/budget_headings/headings_component.html.erb +++ b/app/components/admin/budget_headings/headings_component.html.erb @@ -5,7 +5,7 @@ <%= Budget::Heading.human_attribute_name(:name) %> <% if budget.show_money? %> - <%= Budget::Heading.human_attribute_name(:price) %> + <%= Budget::Heading.human_attribute_name(:price) %> <% end %> <% if budget.approval_voting? %> <%= Budget::Heading.human_attribute_name(:max_ballot_lines) %>