diff --git a/src/components/Details.tsx b/src/components/Details.tsx index f530765..2a57f96 100644 --- a/src/components/Details.tsx +++ b/src/components/Details.tsx @@ -226,6 +226,8 @@ Styled.Item = styled.div<{ justifyItems?: 'start' | 'end'; withOverflow: boolean; }>` + white-space: normal; + ${({ layout }) => layout && itemLayoutVariants[layout]} ${({ justifyItems }) =>