Web:Components:Fixed clipping text in the badge.

This commit is contained in:
Vlada Gazizova 2023-03-28 11:53:59 +03:00
parent 3a13ff5843
commit 8375cf94e3

View File

@ -20,7 +20,7 @@ const StyledBadge = styled.div`
line-height: ${(props) => props.theme.badge.lineHeight};
cursor: pointer;
overflow: ${(props) => props.theme.badge.overflow};
flex-shrink: 0;
&:hover {
${(props) => !props.noHover && hoveredCss};
}