Skip to content

Commit

Permalink
fix: handle overflow
Browse files Browse the repository at this point in the history
Signed-off-by: Pradithya Aria Pura <[email protected]>
  • Loading branch information
pradithya committed Apr 6, 2023
1 parent 324407b commit 703487c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const useStyles = makeStyles((theme: Theme) => ({
columnLaunchPlan: {
flexGrow: 1,
flexBasis: workflowExecutionsTableColumnWidths.launchPlan,
overflow: 'hidden',
},
columnLastRun: {
flexBasis: workflowExecutionsTableColumnWidths.lastRun,
Expand Down

0 comments on commit 703487c

Please sign in to comment.