[12601] Hovered menu items on dashboard - brought back padding and added margin on top of chart (#12603)

This commit is contained in:
Kasia Kucharczyk 2021-01-21 10:32:34 +01:00 committed by GitHub
parent c72c39bffd
commit effd717094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,7 @@ const StyledDashboardContent = styled.div`
width: 100%;
flex-grow: 1;
position: relative;
margin: ${({ theme }) => theme.gridUnit * 2}px
margin: ${({ theme }) => theme.gridUnit * 6}px
${({ theme }) => theme.gridUnit * 8}px
${({ theme }) => theme.gridUnit * 6}px
${({ theme, dashboardFiltersOpen }) => {

View File

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