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:46 UTC

(superset) branch fix_wait_on_db_wra created (now 90320af415)

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

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


      at 90320af415 fix(dashboard,css): center align 'waiting on database'

This branch includes the following new commits:

     new 90320af415 fix(dashboard,css): center align 'waiting on database'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ma...@apache.org.
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;