fix(web): pin the version readout to the rail edge

This commit is contained in:
Miguel Palhas
2026-08-24 14:36:18 +01:00
parent d1d6b4f9a0
commit 0cb8111678
+3
View File
@@ -171,6 +171,9 @@ body {
display: flex;
align-items: center;
gap: var(--space-4);
/* the verdict line used to absorb the slack; without it the readout
needs to claim the right edge itself */
margin-left: auto;
}
/* ---- lamps ---------------------------------------------------------- */