Policies: centre the collapsed-rail policy button between its dividers (#6646)

This commit is contained in:
Reece Browne
2026-06-12 13:39:03 +01:00
committed by GitHub
parent f1ed850a73
commit 63ecbe3b6d
@@ -424,6 +424,11 @@
align-items: center;
gap: var(--space-1);
flex-shrink: 0;
/* The collapsed-rail dividers carry 8px of space below them only, so the
divider above gives the row 8px of headroom while the one below (rendered
straight after) hugs it. Match that 8px underneath so the row sits centred
between the two dividers. */
margin-bottom: 8px;
}
.pol-crail-btn {
position: relative;