diff --git a/superset-frontend/src/explore/components/DatasourcePanel/index.tsx b/superset-frontend/src/explore/components/DatasourcePanel/index.tsx index b0042e138f4a1..335d2f2ada414 100644 --- a/superset-frontend/src/explore/components/DatasourcePanel/index.tsx +++ b/superset-frontend/src/explore/components/DatasourcePanel/index.tsx @@ -150,8 +150,9 @@ const LabelWrapper = styled.div` `; const SectionHeader = styled.span` - ${({ theme }) => css` - font-size: ${theme.typography.sizes.s}px; + ${({ theme }) => ` + font-size: ${theme.typography.sizes.m}px; + line-height: 1.3; `} `;