diff --git a/src/components/Contacts/ContactRow/ContactRow.tsx b/src/components/Contacts/ContactRow/ContactRow.tsx index 7328211357..7fb70cfc16 100644 --- a/src/components/Contacts/ContactRow/ContactRow.tsx +++ b/src/components/Contacts/ContactRow/ContactRow.tsx @@ -106,57 +106,90 @@ export const ContactRow: React.FC = ({ contact, useTopMargin }) => { - - - - {name} - - - - } - secondary={ - primaryAddress && ( - - - {[ - primaryAddress.street, - `${primaryAddress.city}${primaryAddress.city && ','}`, - primaryAddress.state, - primaryAddress.postalCode, - ] - .filter(Boolean) - .join(' ')} + + + + + + {name} + + - - ) - } - /> + } + secondary={ + primaryAddress && ( + + + {[ + primaryAddress.street, + `${primaryAddress.city}${primaryAddress.city && ','}`, + primaryAddress.state, + primaryAddress.postalCode, + ] + .filter(Boolean) + .join(' ')} + + + ) + } + /> + + - + + + - event.preventDefault()}> + event.preventDefault()} + sx={{ + minWidth: (theme) => theme.spacing(10), + }} + >