From a9bd3fc334bbde11c0d26f4f8b560e3d3694502c Mon Sep 17 00:00:00 2001 From: Ivan Babrou Date: Tue, 11 Apr 2023 09:54:34 -0700 Subject: [PATCH] Timeseries: Align tooltip values to the right (#64096) --- packages/grafana-ui/src/components/VizTooltip/SeriesTable.tsx | 1 + 1 file changed, 1 insertion(+) 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};