From 9a14aed152e103f9e719cb3c2cb37104cea76ecd Mon Sep 17 00:00:00 2001 From: stellalc7 Date: Mon, 19 Jul 2021 16:53:24 -0400 Subject: [PATCH] fix: margin right on warning icon to 8px (#15715) * changed margin right on warning icon to 8px * fixed to grid units from pixels --- .../src/components/WarningIconWithTooltip/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/superset-frontend/src/components/WarningIconWithTooltip/index.tsx b/superset-frontend/src/components/WarningIconWithTooltip/index.tsx index 640397e5c65..f160ade50ec 100644 --- a/superset-frontend/src/components/WarningIconWithTooltip/index.tsx +++ b/superset-frontend/src/components/WarningIconWithTooltip/index.tsx @@ -35,7 +35,10 @@ function WarningIconWithTooltip({ id="warning-tooltip" title={} > - + ); }