Added tooltip on overflowing texts (#771)

* Ok

* Fixes

* Fix according to PR

* Fix lint

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Lucas Bordeau
2023-07-20 06:23:42 +02:00
committed by GitHub
parent 60b50387a7
commit 7670ae5638
13 changed files with 176 additions and 28 deletions

View File

@ -23,6 +23,8 @@ const DropdownMenuSelectableItemContainer = styled(DropdownMenuItem)<Props>`
display: flex;
justify-content: space-between;
max-width: 150px;
`;
const StyledLeftContainer = styled.div`
@ -30,6 +32,8 @@ const StyledLeftContainer = styled.div`
display: flex;
gap: ${({ theme }) => theme.spacing(2)};
overflow: hidden;
`;
const StyledRightIcon = styled.div`