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
fix(site/VerdictExplanation): accent strip spans the whole card
The colored severity strip was a flex child of <header>, so it only
extended as far as the header did. Visually it read as a colored
cap above the rules instead of a band marking the card's severity.
Pulled the strip up to be a flex child of <article> itself, and
moved the header and rules list into a single content wrapper next
to it. With the article using flex and the default
align-items:stretch, the strip now runs the full card height.
Also added a 1px coder-smoke/60 border between the header and the
first rule. Without it the rule list ran right into the title with
no visible separator.
0 commit comments