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 Send card header layout by replacing all pill margins with flex gap
Previously we used left/right margins to manage spacing, which doesn't
work well with the new layout that can go in either direction.
In general though, using margins like this isn't very nice. This change
drops the margins on generic pills entirely, putting them in only on the
few spots where they're really required, and simplifying various places
en route.
0 commit comments