Skip to content

Commit

Permalink
Fix/versions executions gap (flyteorg#197)
Browse files Browse the repository at this point in the history
* feat: add workflow versions table

Signed-off-by: csirius <davidtruong.dev@gmail.com>

* fix: space between versions and executions table

Signed-off-by: csirius <davidtruong.dev@gmail.com>
  • Loading branch information
govalt committed Sep 1, 2021
1 parent bc39692 commit ff0df39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Entities/EntityDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const useStyles = makeStyles((theme: Theme) => ({
},
versionsContainer: {
display: 'flex',
flex: '1 1 auto',
flexDirection: 'column'
flexDirection: 'column',
height: theme.spacing(45)
},
schedulesContainer: {
flex: '1 2 auto',
Expand Down

0 comments on commit ff0df39

Please sign in to comment.