Skip to content

Commit

Permalink
feat: Remove min height constraint on grid layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed May 27, 2024
1 parent fd8430a commit 99f4fff
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 99f4fff

Please sign in to comment.