Skip to content

Commit a24dcb1

Browse files
committed
Minor alignment fix
1 parent cc1a3a4 commit a24dcb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/assessor_interface/staff/_active_users.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="govuk-grid-row">
44
<div class="govuk-grid-column-two-thirds">
55
<h3 class="govuk-heading-m">User data</h3>
6-
6+
77
<%= govuk_summary_list do |summary_list|
88
summary_list.with_row do |row|
99
row.with_key { "Email address" }
@@ -22,7 +22,7 @@
2222
end %>
2323
</div>
2424
<div class="govuk-grid-column-one-third">
25-
<div class="govuk-!-padding-top-2 govuk-!-text-align-centre">
25+
<div class="govuk-!-padding-top-2 govuk-!-text-align-right">
2626
<%= govuk_link_to("Change permissions", edit_assessor_interface_staff_path(staff)) %>
2727
</div>
2828
</div>
@@ -56,7 +56,7 @@
5656
end
5757
end
5858
end %>
59-
59+
6060
<% unless index + 1 == @active_staff.count %>
6161
<hr class="govuk-section-break govuk-section-break--xl govuk-section-break--visible">
6262
<% end %>

0 commit comments

Comments
 (0)