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

This commit is contained in:
Ivan Babrou 2023-04-11 09:54:34 -07:00 committed by GitHub
parent c4f2b50da9
commit a9bd3fc334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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};