fix: text field overflow beyond cell limits (#5834)

- fixes #5775 


https://github.com/twentyhq/twenty/assets/47355538/9e440018-ec1e-4faa-a9f3-7131615cf9f1

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
Siddhant Rai
2024-06-14 15:11:49 +05:30
committed by GitHub
parent 4603999d1c
commit 8d8bf1c128
2 changed files with 4 additions and 1 deletions
@@ -30,6 +30,7 @@ const StyledTextArea = styled(TextareaAutosize)`
display: flex;
justify-content: center;
resize: none;
max-height: 400px;
width: calc(100% - ${({ theme }) => theme.spacing(7)});
`;