diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 1f6e47636..85f8683e0 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -514,10 +514,10 @@ @include breakpoint(medium) { min-height: $line-height * 15; - } - .with-image > .row { - display: flex; + .with-image > .row { + display: flex; + } } } diff --git a/app/components/budgets/investments/votes_component.html.erb b/app/components/budgets/investments/votes_component.html.erb index 0535d9815..941b619b4 100644 --- a/app/components/budgets/investments/votes_component.html.erb +++ b/app/components/budgets/investments/votes_component.html.erb @@ -12,11 +12,13 @@ <%= t("budgets.investments.votes.already_supported") %> <% if feature?(:remove_investments_supports) %> - <%= button_to t("budgets.investments.votes.remove_support"), remove_support_path, + <%= button_to remove_support_path, class: "button button-remove-support expanded", method: "delete", remote: true, - "aria-label": remove_support_aria_label %> + "aria-label": remove_support_aria_label do %> + <%= t("budgets.investments.votes.remove_support") %> + <% end %> <% end %> <% else %> diff --git a/app/views/management/budgets/investments/index.html.erb b/app/views/management/budgets/investments/index.html.erb index ad00520b7..caad26e8b 100644 --- a/app/views/management/budgets/investments/index.html.erb +++ b/app/views/management/budgets/investments/index.html.erb @@ -4,7 +4,7 @@