Skip to content

Commit

Permalink
fix: Filters sidebar stretching dashboard height (#27069)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored and pull[bot] committed Mar 14, 2024
1 parent 4f96452 commit 301bdcc
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 @@ import classNames from 'classnames';

const StyledDiv = styled.div`
${({ theme }) => css`
position: relative;
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: auto 1fr;
Expand Down

0 comments on commit 301bdcc

Please sign in to comment.