mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Timeseries: Align tooltip values to the right (#64096)
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user