disable grow for ie11 success (#37756) (#37791)

This commit is contained in:
Matthew Kime 2019-06-02 16:59:12 -05:00 committed by GitHub
parent a33e326418
commit 176d1902a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,9 +90,9 @@ export class IndexPatternTable extends React.Component<Props, State> {
<CreateIndexPatternPrompt onClose={() => this.setState({ showFlyout: false })} />
)}
<EuiFlexGroup justifyContent="spaceBetween">
<EuiFlexItem grow={false}>
<EuiFlexItem grow={false} className="euiIEFlexWrapFix">
<EuiFlexGroup alignItems="center" gutterSize="s">
<EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiText>
<h2>
<FormattedMessage