Web.components: fixed style of Avatar component

This commit is contained in:
Daniil Senkiv 2019-09-04 11:54:36 +03:00
parent 04bb20d0be
commit b1a5a5e6a3

View File

@ -119,9 +119,14 @@ const EditLink = styled.div`
padding-left: 10px;
padding-right: 10px;
a:hover {
border-bottom: none
}
span {
display: inline-block;
max-width: 100%;
text-decoration: underline dashed;
}
`;
@ -175,7 +180,6 @@ const Avatar = memo(props => {
title={editLabel}
isTextOverflow={true}
fontSize={14}
isHovered={true}
color={whiteColor}
onClick={editAction}
>