Timeseries: Align tooltip values to the right (#64096)

This commit is contained in:
Ivan Babrou
2023-04-11 11:54:34 -05:00
committed by GitHub
parent c4f2b50da9
commit a9bd3fc334
@@ -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};