diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index a866ffbe7..0e2253255 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -882,7 +882,9 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe <> theme.palette.mode === 'dark' ? '#11111' : '#f8f9fa' + backgroundColor: (theme) => theme.palette.mode === 'dark' ? '#11111' : '#f8f9fa', + minWidth: '100px', + whiteSpace: 'nowrap' }} > Label @@ -913,7 +915,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe {shouldShowAsKeyValue ? ( columns.map((column) => ( - + {column} @@ -1052,7 +1054,9 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe <> theme.palette.mode === 'dark' ? '#11111' : '#f8f9fa' + backgroundColor: (theme) => theme.palette.mode === 'dark' ? '#11111' : '#f8f9fa', + minWidth: '100px', + whiteSpace: 'nowrap' }} > Label @@ -1083,7 +1087,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe {shouldShowAsKeyValue ? ( columns.map((column) => ( - + {column} @@ -1560,7 +1564,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe {crawlData[0][currentCrawlIndex].metadata && Object.entries(crawlData[0][currentCrawlIndex].metadata).map(([key, value]: [string, any]) => ( - + {key} @@ -1916,7 +1920,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe {searchData[currentSearchIndex].metadata && Object.entries(searchData[currentSearchIndex].metadata).map(([key, value]: [string, any]) => ( - + {key} @@ -2201,7 +2205,8 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe Title @@ -2209,7 +2214,9 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe URL @@ -2217,7 +2224,8 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe Description