From 389ef8c7088218e5c6f006b4b9a6a78099d8c5e5 Mon Sep 17 00:00:00 2001 From: Josh Hayes <35790761+hayescode@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:22:58 -0500 Subject: [PATCH] Update InlinedDataframeList.tsx (#1467) Co-authored-by: Mathijs de Bruin --- frontend/src/components/atoms/elements/InlinedDataframeList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/atoms/elements/InlinedDataframeList.tsx b/frontend/src/components/atoms/elements/InlinedDataframeList.tsx index 9f9275b433..d6140e878f 100644 --- a/frontend/src/components/atoms/elements/InlinedDataframeList.tsx +++ b/frontend/src/components/atoms/elements/InlinedDataframeList.tsx @@ -16,7 +16,7 @@ const InlinedDataframeList = ({ items }: Props) => ( key={i} style={{ height: 450, - maxWidth: '650px' + maxWidth: 'fit-content' }} >