Skip to content

Commit

Permalink
Merge pull request #1090 from kubeshop/razvantopliceanu/fix/templates…
Browse files Browse the repository at this point in the history
…-grid-auto-rows

fix: have auto rows with max content for templates
  • Loading branch information
topliceanurazvan authored Jan 21, 2022
2 parents a164f3d + eafbff0 commit 189d7f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const SearchInput = styled(Input.Search)`

export const TemplatesContainer = styled.div<{$height: number}>`
display: grid;
grid-auto-rows: max-content;
grid-row-gap: 25px;
${props => `height: ${props.$height}px;`}
overflow-y: auto;
Expand Down

0 comments on commit 189d7f2

Please sign in to comment.