Fix ellipsis overflow causing edit icon to be hidden on links (#5071)

Fixes #5064 

### Demo


https://github.com/twentyhq/twenty/assets/21654351/28ab7374-c57e-4f7e-9720-05138c53a33d

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
Dev
2024-04-24 16:57:59 +05:30
committed by GitHub
parent 3b0f81e7e1
commit b634057fdd
2 changed files with 7 additions and 1 deletions

View File

@ -39,6 +39,7 @@ const StyledLabelAndIconContainer = styled.div`
const StyledValueContainer = styled.div`
display: flex;
min-width: 0;
`;
const StyledLabelContainer = styled.div<{ width?: number }>`