UI – capitalize and align status icon in Automations column (#14095)

This commit is contained in:
Jacob Shandling 2023-09-22 16:27:45 -05:00 committed by GitHub
parent 433212dfed
commit 1524510e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1 @@
- Fix small copy and alignment issue with status indicators in the Queries page Automations column

View File

@ -50,7 +50,7 @@ const StatusIndicator = ({
data-for={`status-${tooltipId}`}
data-tip-disable={false}
>
{value}
<span>{value}</span>
</span>
<ReactTooltip
className="status-tooltip"
@ -65,7 +65,7 @@ const StatusIndicator = ({
</>
);
} else {
indicatorContent = <>{value}</>;
indicatorContent = <span>{value}</span>;
}
return <span className={indicatorClassNames}>{indicatorContent}</span>;
};

View File

@ -14,7 +14,6 @@
margin-right: $pad-small;
height: 8px;
width: 8px;
margin-bottom: 1px;
}
// host status