mirror of
https://github.com/lingble/twenty.git
synced 2025-11-02 05:37:56 +00:00
Fix overflow on notes (#5853)
##before  ##after 
This commit is contained in:
@@ -34,7 +34,8 @@ const StyledLabelAndIconContainer = styled.div`
|
||||
|
||||
const StyledValueContainer = styled.div`
|
||||
display: flex;
|
||||
min-width: 100%;
|
||||
flex-grow: 1;
|
||||
min-width: 0;
|
||||
`;
|
||||
|
||||
const StyledLabelContainer = styled.div<{ width?: number }>`
|
||||
|
||||
Reference in New Issue
Block a user