wrap details item
This commit is contained in:
parent
1a41ccaf2a
commit
aad5539f18
@ -226,6 +226,8 @@ Styled.Item = styled.div<{
|
||||
justifyItems?: 'start' | 'end';
|
||||
withOverflow: boolean;
|
||||
}>`
|
||||
white-space: normal;
|
||||
|
||||
${({ layout }) => layout && itemLayoutVariants[layout]}
|
||||
|
||||
${({ justifyItems }) =>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user