diff --git a/management/templates/management/parent_claim_list.html b/management/templates/management/parent_claim_list.html
index 30e5e8b..96819ba 100644
--- a/management/templates/management/parent_claim_list.html
+++ b/management/templates/management/parent_claim_list.html
@@ -27,18 +27,29 @@
-
+ {% comment %}
+ size="small" + show_label=False on the dropdown: {% form_field %}
+ defaults to daisyUI's medium control height, taller than the btn-sm/
+ input-sm used by everything else in this row -- without it the
+ dropdown stands out against the buttons either side of it.
+
+ justify-between (rather than everything in one flex-wrap run) keeps
+ Approve and Reject apart even as the row wraps on a narrow screen --
+ Approve stays pinned left, Reject right, so the two are never one
+ stray click apart the way adjacent buttons would be.
+ {% endcomment %}
+
{% if claim.has_candidates %}
-
{% else %}
{% trans "No child without a parent matches this. Check the spelling and the date of birth with them before rejecting." %}
{% endif %}
-