diff --git a/packages/grafana-ui/src/components/VizTooltip/SeriesTable.tsx b/packages/grafana-ui/src/components/VizTooltip/SeriesTable.tsx index b8796f94c4f..e08628491aa 100644 --- a/packages/grafana-ui/src/components/VizTooltip/SeriesTable.tsx +++ b/packages/grafana-ui/src/components/VizTooltip/SeriesTable.tsx @@ -37,6 +37,7 @@ const getSeriesTableRowStyles = (theme: GrafanaTheme2) => { `, value: css` padding-left: ${theme.spacing(2)}; + text-align: right; `, activeSeries: css` font-weight: ${theme.typography.fontWeightBold};