From aad5539f18acb6e5c0d30d0effecf986b770ff49 Mon Sep 17 00:00:00 2001 From: Aleka Cheung Date: Tue, 6 Feb 2024 15:26:06 -0500 Subject: [PATCH] wrap details item --- src/components/Details.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 }) =>