fix(dashboard): Chart's empty state not centered (#23022)
This commit is contained in:
parent
8f8fba2056
commit
eb8386e3f0
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue