Make width of import saved objects dialog narrower so it doesn't obscure UI (#22011)

This commit is contained in:
scottis 2018-08-17 18:10:50 -04:00 committed by CJ Cenizal
parent 108d59cb91
commit 0a681adb5d
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ exports[`Flyout conflicts should allow conflict resolution 1`] = `
maxWidth={false}
onClose={[MockFunction]}
ownFocus={false}
size="m"
size="s"
>
<EuiFlyoutHeader
hasBorder={false}
@ -168,7 +168,7 @@ exports[`Flyout should render import step 1`] = `
maxWidth={false}
onClose={[MockFunction]}
ownFocus={false}
size="m"
size="s"
>
<EuiFlyoutHeader
hasBorder={false}

View file

@ -557,7 +557,7 @@ export class Flyout extends Component {
const { close } = this.props;
return (
<EuiFlyout onClose={close}>
<EuiFlyout onClose={close} size="s">
<EuiFlyoutHeader>
<EuiTitle>
<h2>Import saved objects</h2>