You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2024/03/21 19:26:47 UTC

(superset) 01/01: fix(dashboard,css): center align 'waiting on database'

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch fix_wait_on_db_wra
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 90320af41554a91943e72728436dc24786031af4
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Thu Mar 21 12:25:25 2024 -0700

    fix(dashboard,css): center align 'waiting on database'
---
 superset-frontend/src/components/Chart/Chart.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/components/Chart/Chart.jsx b/superset-frontend/src/components/Chart/Chart.jsx
index b7d09dfd31..0ed18fc2c3 100644
--- a/superset-frontend/src/components/Chart/Chart.jsx
+++ b/superset-frontend/src/components/Chart/Chart.jsx
@@ -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;