Skip to content

Commit

Permalink
fix(dashboard): Chart's empty state not centered (#23022)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje authored Feb 21, 2023
1 parent 8f8fba2 commit eb8386e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions superset-frontend/src/components/Chart/Chart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eb8386e

Please sign in to comment.