change(ui) - unit space
This commit is contained in:
parent
1518fbf594
commit
2953282b21
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ function AlertListItem(props: Props) {
|
|||
{' is '}
|
||||
<span className="font-semibold" style={{ fontFamily: 'Menlo, Monaco, Consolas' }}>
|
||||
{alert.query.operator}
|
||||
{numberWithCommas(alert.query.right)} {alert.change === 'percent' ? '%' : alert.metric?.unit}
|
||||
{numberWithCommas(alert.query.right)}{alert.change === 'percent' ? '%' : alert.metric?.unit}
|
||||
</span>
|
||||
{' over the past '}
|
||||
<span className="font-semibold" style={{ fontFamily: 'Menlo, Monaco, Consolas' }}>{getThreshold(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue