Skip to content

Commit

Permalink
Merge pull request #1530 from visualize-admin/feat/remove-min-height-…
Browse files Browse the repository at this point in the history
…constraint

feat: Remove min height constraint on grid layout
  • Loading branch information
ptbrowne authored May 27, 2024
2 parents be21314 + 0ebf932 commit 1e1fbc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/charts/shared/containers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const useStyles = makeStyles<

[`.${chartPanelLayoutGridClasses.root} &`]: {
aspectRatio: "auto",
minHeight: 0,
},
},

Expand Down

0 comments on commit 1e1fbc2

Please sign in to comment.