Skip to content

Commit

Permalink
fix(dashboard,css): center align 'waiting on database' (#27611)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored and pull[bot] committed Aug 12, 2024
1 parent d19a94f commit de0fc24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset-frontend/src/components/Chart/Chart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const defaultProps = {
const Styles = styled.div`
min-height: ${p => p.height}px;
position: relative;
text-align: center;
.chart-tooltip {
opacity: 0.75;
Expand Down Expand Up @@ -132,6 +133,7 @@ const LoadingDiv = styled.div`
position: absolute;
left: 50%;
top: 50%;
width: 80%;
transform: translate(-50%, -50%);
`;

Expand Down

0 comments on commit de0fc24

Please sign in to comment.