We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64e770 commit eeebfecCopy full SHA for eeebfec
public/pages/DetectorDetail/containers/DetectorDetail.tsx
@@ -21,7 +21,6 @@ import {
21
EuiText,
22
EuiCompressedFieldText,
23
EuiLoadingSpinner,
24
- EuiSmallButton,
25
} from '@elastic/eui';
26
import { CoreStart, MountPoint } from '../../../../../../src/core/public';
27
import { CoreServicesContext } from '../../../components/CoreServices/CoreServices';
@@ -443,9 +442,9 @@ export const DetectorDetail = (props: DetectorDetailProps) => {
443
442
} else {
444
return (
445
<EuiFlexItem grow={false}>
446
- <EuiTitle size="l" data-test-subj="detectorNameHeader">
+ <EuiText size="s" data-test-subj="detectorNameHeader">
447
<h1>{detector && detector.name}</h1>
448
- </EuiTitle>
+ </EuiText>
449
</EuiFlexItem>
450
);
451
}
0 commit comments