mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Timeseries: Align tooltip values to the right (#64096)
This commit is contained in:
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};
|
||||
|
Loading…
Reference in New Issue
Block a user