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:
@@ -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)});
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user