diff --git a/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx b/superset-frontend/src/dashboard/components/SliceHeaderControls/index.tsx index 86c73a09b6ecd..56b1801874f2a 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;