wrap details item

This commit is contained in:
Aleka Cheung 2024-02-06 15:26:06 -05:00
parent 1a41ccaf2a
commit aad5539f18
No known key found for this signature in database
GPG Key ID: 53E472E5EF4F4102

View File

@ -226,6 +226,8 @@ Styled.Item = styled.div<{
justifyItems?: 'start' | 'end';
withOverflow: boolean;
}>`
white-space: normal;
${({ layout }) => layout && itemLayoutVariants[layout]}
${({ justifyItems }) =>