Skip to content

Commit

Permalink
Expand add panels flyout and increase default rows per page (#30508) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Apr 17, 2019
1 parent 8d00651 commit 2e56908
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 2e56908

Please sign in to comment.