From 703487c1e8642f0812b2f3a8d37c1d22483db48d Mon Sep 17 00:00:00 2001 From: Pradithya Aria Pura Date: Thu, 6 Apr 2023 21:39:29 +0800 Subject: [PATCH] fix: handle overflow Signed-off-by: Pradithya Aria Pura --- .../Executions/Tables/WorkflowExecutionTable/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/console/src/components/Executions/Tables/WorkflowExecutionTable/styles.ts b/packages/console/src/components/Executions/Tables/WorkflowExecutionTable/styles.ts index b488dd3c0..e5b01992a 100644 --- a/packages/console/src/components/Executions/Tables/WorkflowExecutionTable/styles.ts +++ b/packages/console/src/components/Executions/Tables/WorkflowExecutionTable/styles.ts @@ -13,6 +13,7 @@ export const useStyles = makeStyles((theme: Theme) => ({ columnLaunchPlan: { flexGrow: 1, flexBasis: workflowExecutionsTableColumnWidths.launchPlan, + overflow: 'hidden', }, columnLastRun: { flexBasis: workflowExecutionsTableColumnWidths.lastRun,