[APM] Change services panel guttersize to “xs” (#87137)

This commit is contained in:
Casper Hübertz 2021-01-04 15:49:17 +01:00 committed by GitHub
parent 90a1961639
commit 1445c9f058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,12 @@ export function ServiceList({ items, noItemsMessage }: Props) {
: 'transactionsPerMinute';
return (
<EuiFlexGroup direction="column" responsive={false} alignItems="flexEnd">
<EuiFlexGroup
gutterSize="xs"
direction="column"
responsive={false}
alignItems="flexEnd"
>
<EuiFlexItem>
<EuiFlexGroup responsive={false} alignItems="center" gutterSize="xs">
<EuiFlexItem grow={false}>