diff --git a/app/views/organisation_relationships/_housing_provider_list.erb b/app/views/organisation_relationships/_housing_provider_list.erb index b2bb9ba75..e43766c5b 100644 --- a/app/views/organisation_relationships/_housing_provider_list.erb +++ b/app/views/organisation_relationships/_housing_provider_list.erb @@ -10,6 +10,7 @@ <% if current_user.data_coordinator? || current_user.support? %> <% row.cell(html_attributes: { scope: "row", + class: "govuk-!-text-align-right", }) do %> <%= govuk_link_to("Remove", "housing-providers/#{housing_provider.id}") %> <% end %>