Skip to content

Commit

Permalink
fix: Filters sidebar stretching dashboard height (apache#27069)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Feb 9, 2024
1 parent 005cee0 commit 3f91bdb
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 3f91bdb

Please sign in to comment.