fix: row component handler is visible (#12498)

This commit is contained in:
Kasia Kucharczyk 2021-01-18 02:38:17 +01:00 committed by GitHub
parent f24d3cbe12
commit 4ddb55b930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -97,7 +97,7 @@ const StyledDashboardContent = styled.div`
${({ theme }) => theme.gridUnit * 8}px
${({ theme }) => theme.gridUnit * 6}px
${({ theme, dashboardFiltersOpen }) => {
if (dashboardFiltersOpen) return theme.gridUnit * 4;
if (dashboardFiltersOpen) return theme.gridUnit * 8;
return 0;
}}px;
}

View File

@ -27,8 +27,7 @@
width: 24px;
top: 50%;
transform: translate(0, -50%);
left: -24px;
padding: 8px 0;
left: -28px;
display: flex;
flex-direction: column;
justify-content: center;