From 1d50665da06da8bc619dea16554c22d6dd0f74b7 Mon Sep 17 00:00:00 2001 From: Geido <60598000+geido@users.noreply.github.com> Date: Thu, 28 Apr 2022 11:38:17 +0200 Subject: [PATCH] Remove font-size hacky usage (#19613) --- .../src/dashboard/components/SliceHeaderControls/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx b/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx index 86c73a09b6..56b1801874 100644 --- a/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx +++ b/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx @@ -64,7 +64,7 @@ const RefreshTooltip = styled.div` height: auto; margin: ${({ theme }) => theme.gridUnit}px 0; color: ${({ theme }) => theme.colors.grayscale.base}; - line-height: ${({ theme }) => theme.typography.sizes.m * 1.5}px; + line-height: 21px; display: flex; flex-direction: column; align-items: flex-start;