Web: Components: Fixed styles of action menu of people.

This commit is contained in:
TatianaLopaeva 2021-03-19 14:05:51 +03:00
parent 9fc950665b
commit eee9213cad

View File

@ -58,6 +58,9 @@ const GroupMainButton = styled.div`
const StyledDropDown = styled(DropDown)`
width: ${(props) => props.theme.mainButton.dropDown.width};
top: ${(props) => props.theme.mainButton.dropDown.top};
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
`;
StyledDropDown.defaultProps = { theme: Base };