diff --git a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx index 8b4df40fe76..3048d99b821 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx @@ -261,7 +261,7 @@ const getStyles = (theme: GrafanaTheme2) => { color: theme.colors.text.primary, }), sectionLabel: css({ - fontFamily: theme.typography.fontFamilyMonospace + fontFamily: theme.typography.fontFamilyMonospace, fontSize: theme.typography.bodySmall.fontSize, color: theme.colors.text.maxContrast, textTransform: 'uppercase',