Skip to content

Commit

Permalink
feat: execution tags column line break
Browse files Browse the repository at this point in the history
Signed-off-by: lyonlu13 <[email protected]>
  • Loading branch information
lyonlu13 committed Jan 25, 2024
1 parent 80e20b1 commit e6cb9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,6 @@ export const useStyles = makeStyles((theme: Theme) => ({
executionTagsStack: {
display: 'flex',
gap: theme.spacing(0.5),
flexWrap: 'wrap',
},
}));
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const workflowExecutionsTableColumnWidths = {
launchPlan: 120,
phase: 120,
startedAt: 200,
tags: 120,
tags: 200,
};

export const nodeExecutionsTableColumnWidths = {
Expand Down

0 comments on commit e6cb9c7

Please sign in to comment.