diff --git a/packages/grafana-ui/src/components/VizTooltip/VizTooltipColorIndicator.tsx b/packages/grafana-ui/src/components/VizTooltip/VizTooltipColorIndicator.tsx index 34c251eee13..023bebe4048 100644 --- a/packages/grafana-ui/src/components/VizTooltip/VizTooltipColorIndicator.tsx +++ b/packages/grafana-ui/src/components/VizTooltip/VizTooltipColorIndicator.tsx @@ -56,9 +56,11 @@ export const VizTooltipColorIndicator = ({ const getStyles = (theme: GrafanaTheme2) => ({ leading: css({ marginRight: theme.spacing(0.5), + flex: 'none', }), trailing: css({ marginLeft: theme.spacing(0.5), + flex: 'none', }), value: css({ width: '12px', diff --git a/packages/grafana-ui/src/components/VizTooltip/VizTooltipRow.tsx b/packages/grafana-ui/src/components/VizTooltip/VizTooltipRow.tsx index 3babe63b17c..8933596184a 100644 --- a/packages/grafana-ui/src/components/VizTooltip/VizTooltipRow.tsx +++ b/packages/grafana-ui/src/components/VizTooltip/VizTooltipRow.tsx @@ -129,7 +129,7 @@ export const VizTooltipRow = ({ return (