From cf1cad76fee0ff86cc39d816513bc5b764a32ea1 Mon Sep 17 00:00:00 2001 From: smileydev <47900232+prosdev0107@users.noreply.github.com> Date: Sun, 15 May 2022 22:51:57 -0500 Subject: [PATCH] fix(CRUD): make to fix the dancing when crud view is on hover (#20051) * fix(CRUD): make to fix the dancing when crud view is on hover * fix(CRUD): make to restore font size property --- superset-frontend/src/components/TableCollection/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/components/TableCollection/index.tsx b/superset-frontend/src/components/TableCollection/index.tsx index 2b6999578f3ce..bb68b773e73cb 100644 --- a/superset-frontend/src/components/TableCollection/index.tsx +++ b/superset-frontend/src/components/TableCollection/index.tsx @@ -150,6 +150,7 @@ export const Table = styled.table` .actions { opacity: 0; font-size: ${theme.typography.sizes.xl}px; + display: flex; } &:hover {