Skip to content

Commit

Permalink
Expand add panels flyout and increase default rows per page (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Apr 15, 2019
1 parent 5e86ec3 commit 715e919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`render 1`] = `
maxWidth={false}
onClose={[Function]}
ownFocus={true}
size="s"
size="m"
>
<EuiFlyoutBody>
<EuiTitle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ class DashboardAddPanelUi extends React.Component {
<EuiFlyout
ownFocus
onClose={this.props.onClose}
size="s"
data-test-subj="dashboardAddPanel"
>
<EuiFlyoutBody>
Expand Down

0 comments on commit 715e919

Please sign in to comment.