From 46bd9f2b5bd1d54c7c34cb289b981e2cd94ce339 Mon Sep 17 00:00:00 2001 From: Diego Medina Date: Tue, 22 Mar 2022 14:40:11 -0300 Subject: [PATCH] fix(sql lab): increase the size of the action icons in the history tab --- .../src/SqlLab/components/QueryTable/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/superset-frontend/src/SqlLab/components/QueryTable/index.tsx b/superset-frontend/src/SqlLab/components/QueryTable/index.tsx index 65189c8ae0155..f3f212c1b8e11 100644 --- a/superset-frontend/src/SqlLab/components/QueryTable/index.tsx +++ b/superset-frontend/src/SqlLab/components/QueryTable/index.tsx @@ -283,21 +283,21 @@ const QueryTable = ({ )} placement="top" > - + openQueryInNewTab(query)} tooltip={t('Run query in a new tab')} placement="top" > - + {q.id !== latestQueryId && ( removeQuery(query)} > - + )}