You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The two buttons on the stale-metrics banner were touching. Each action column was capped at a fixed width chosen for its explanatory note, but a button never shrinks below its own text, so the wider "Re-grade with current metrics" overflowed its column by 26 pixels and closed the gap to the button beside it. Measured, the two buttons sat 3 pixels into each other. The column is now sized by the button rather than by the note, so the gap is the 1.25rem it was always meant to be and the note wraps underneath its own button. Checked at five widths from 1440 down to 520 pixels, where the pair wraps to a stack with the same spacing.