Hot fix for beta.60 panel-view dial overflow. The grid recipe I switched the wrap to misbehaved in single-card panel mode, reverting to flex. Real fix for the original labels-vs-annulus drift: the wrap's 6 px padding caused the SVG (in-flow flex child) and the labels overlay (absolute) to resolve max-height: 100% against different reference rectangles (content box vs padding box, 12 px apart). Collapsing the wrap padding to 0 puts both layers on the same reference, alignment holds at every aspect ratio without grid + without panel overflow. Back-to-live button tightens padding + lifts top so its visual centre aligns with the clock chip across the top-corner row. Refs #209.