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

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


The following commit(s) were added to refs/heads/master by this push:
     new 801091b  Fixed dancing tooltip in databaselist action buttons (#18686)
801091b is described below

commit 801091be036ea2619baaf2b4b857a9b5cad5f49e
Author: Lyndsi Kay Williams <[email protected]>
AuthorDate: Mon Feb 14 12:53:52 2022 -0600

    Fixed dancing tooltip in databaselist action buttons (#18686)
---
 superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx 
b/superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx
index 23ccf4a..08f75a6 100644
--- a/superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx
+++ b/superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx
@@ -68,6 +68,11 @@ const IconCancelX = styled(Icons.CancelX)`
 
 const Actions = styled.div`
   color: ${({ theme }) => theme.colors.grayscale.base};
+
+  .action-button {
+    display: inline-block;
+    height: 100%;
+  }
 `;
 
 function BooleanDisplay({ value }: { value: Boolean }) {

Reply via email to