Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function AssociatedDetectors({ embeddable, closeFlyout, setMode }) {
};
return (
<div className="associated-detectors">
<EuiFlyout ownFocus size="m" paddingSize="m" onClose={closeFlyout}>
<EuiFlyout style={{ maxWidth: '740px' }} ownFocus size="m" paddingSize="m" onClose={closeFlyout}>
<EuiFlyoutHeader hasBorder>
<EuiTitle>
<h2 id="associated-detectors__title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ function AddAnomalyDetector({
<EuiText size="s">
<p>
The dashboard does not support high-cardinality
detectors.
detectors.&nbsp;
<a href={AD_HIGH_CARDINALITY_LINK} target="_blank">
Learn more <EuiIcon type="popout" />
</a>
Expand Down