From c6c9188a2405ae326e4055ce611089ec9ae80fbb Mon Sep 17 00:00:00 2001 From: Diego Medina Date: Wed, 6 Apr 2022 10:21:07 -0400 Subject: [PATCH] fix(sql lab): increase the size of the action icons in the history tab (#19313) --- .../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)} > - + )}