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: Column callout 1st-child margin-top should ignore callouts
Column callout applies a margin-top of 16px to the first child in the column, so that the vertical align of column items is consistent. However, this should not be applied to nested callouts. Added `:first-child:not(.callout)` selector.
0 commit comments