Skip to content

Commit

Permalink
Make flyout larger
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Jun 28, 2021
1 parent 6bb6079 commit 1bff73e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function Correlations() {
{isFlyoutVisible && (
<EuiPortal>
<EuiFlyout
size="m"
size="l"
ownFocus
onClose={() => setIsFlyoutVisible(false)}
>
Expand Down

0 comments on commit 1bff73e

Please sign in to comment.