[Cloud Security] Fix dash location in cloud security posture dashboard (#154333)

This commit is contained in:
Ari Aviran 2023-04-07 17:52:35 +03:00 committed by GitHub
parent 2f45b6c321
commit 2d5cc35612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,7 +164,7 @@ export const CloudPostureScoreChart = ({
<EuiFlexGroup
justifyContent="flexEnd"
gutterSize="none"
alignItems={'baseline'}
alignItems="flexStart"
style={{ paddingRight: euiTheme.size.xl }}
>
<CounterLink
@ -177,7 +177,7 @@ export const CloudPostureScoreChart = ({
{ defaultMessage: 'Passed findings' }
)}
/>
&nbsp;{`-`}&nbsp;
<EuiText size="s">&nbsp;-&nbsp;</EuiText>
<CounterLink
text="failed"
count={data.totalFailed}