Skip to content

Commit

Permalink
feat: add min height for all executions list (#214)
Browse files Browse the repository at this point in the history
Signed-off-by: csirius <[email protected]>
  • Loading branch information
govalt authored Sep 23, 2021
1 parent 6c8c39e commit 2cd9888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Entities/EntityDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const useStyles = makeStyles((theme: Theme) => ({
display: 'flex',
flex: '1 1 auto',
flexDirection: 'column',
margin: `0 -${theme.spacing(contentMarginGridUnits)}px`
margin: `0 -${theme.spacing(contentMarginGridUnits)}px`,
minHeight: theme.spacing(55)
},
versionsContainer: {
display: 'flex',
Expand Down

0 comments on commit 2cd9888

Please sign in to comment.