fix: Filters sidebar stretching dashboard height (#27069)

This commit is contained in:
Kamil Gabryjelski 2024-02-09 18:16:39 +01:00 committed by GitHub
parent 005cee023b
commit 3f91bdb40d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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;