Web: People: fix position of email value in Profile

This commit is contained in:
Artem Tarasov 2021-03-19 11:17:36 +03:00
parent 7299252d8f
commit 9cfbc4f6a0

View File

@ -65,6 +65,10 @@ const InfoItemValue = styled.div`
margin-left: -8px;
}
}
.email-link {
vertical-align: 4px;
}
`;
const IconButtonWrapper = styled.div`
@ -253,6 +257,7 @@ class ProfileInfo extends React.PureComponent {
</IconButtonWrapper>
)}
<Link
className="email-link"
type="page"
fontSize="13px"
isHovered={true}