From c299956a31610c35d413c311ae081ad733af59d0 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Thu, 11 Sep 2025 13:10:33 +0100 Subject: [PATCH] formatting --- frontend/src/components/fileManager/FileInfoCard.tsx | 3 +-- frontend/src/components/shared/ToolChain.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/fileManager/FileInfoCard.tsx b/frontend/src/components/fileManager/FileInfoCard.tsx index 53ced04b0..76a26c031 100644 --- a/frontend/src/components/fileManager/FileInfoCard.tsx +++ b/frontend/src/components/fileManager/FileInfoCard.tsx @@ -17,7 +17,7 @@ const FileInfoCard: React.FC = ({ const { t } = useTranslation(); return ( - + {t('fileManager.details', 'File Details')} @@ -129,7 +129,6 @@ const FileInfoCard: React.FC = ({ toolChain={currentFile.toolHistory} displayStyle="badges" size="xs" - maxWidth={'180px'} /> diff --git a/frontend/src/components/shared/ToolChain.tsx b/frontend/src/components/shared/ToolChain.tsx index 78e67839a..5149bd776 100644 --- a/frontend/src/components/shared/ToolChain.tsx +++ b/frontend/src/components/shared/ToolChain.tsx @@ -135,7 +135,7 @@ const ToolChain: React.FC = ({ whiteSpace: 'nowrap', overflow: 'hidden', textOverflow: 'ellipsis', - maxWidth: `${maxWidth}px`, + maxWidth: `${maxWidth}`, cursor: isTruncated ? 'help' : 'default' }} >