Skip to content

Commit

Permalink
Fix the max width of associate detector flyout to 740px
Browse files Browse the repository at this point in the history
Signed-off-by: Jackie Han <[email protected]>
  • Loading branch information
jackiehanyang committed Jun 27, 2023
1 parent d4950a0 commit 6f37c06
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6f37c06

Please sign in to comment.