mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[APM] Service groups: Minor UI polish changes (#128233)
This commit is contained in:
parent
354cd01ecb
commit
bdc06544c1
2 changed files with 3 additions and 2 deletions
|
@ -141,7 +141,7 @@ export function GroupDetails({
|
|||
{ defaultMessage: 'Description' }
|
||||
)}
|
||||
labelAppend={
|
||||
<EuiText size="s" color="subdued">
|
||||
<EuiText size="xs" color="subdued">
|
||||
{i18n.translate(
|
||||
'xpack.apm.serviceGroups.groupDetailsForm.description.optional',
|
||||
{ defaultMessage: 'Optional' }
|
||||
|
|
|
@ -69,9 +69,10 @@ export function ServiceGroupTemplate({
|
|||
const serviceGroupsPageTitle = (
|
||||
<EuiFlexGroup
|
||||
direction="row"
|
||||
gutterSize="s"
|
||||
gutterSize="m"
|
||||
alignItems="center"
|
||||
justifyContent="flexStart"
|
||||
responsive={false}
|
||||
>
|
||||
<EuiFlexItem grow={false}>
|
||||
<EuiButtonIcon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue