fix(dashboard): Chart's empty state not centered (#23022)

This commit is contained in:
Kamil Gabryjelski 2023-02-21 16:46:32 +01:00 committed by GitHub
parent 8f8fba2056
commit eb8386e3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,10 @@ const Styles = styled.div`
}
.slice_container {
display: flex;
flex-direction: column;
justify-content: center;
height: ${p => p.height}px;
.pivot_table tbody tr {