Fixed layout issue with Sample Data list in IE (#21619)

This commit is contained in:
Caroline Horn 2018-08-03 12:05:13 -04:00 committed by GitHub
parent 23d8d6a022
commit 435b85070c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -145,6 +145,7 @@ export class SampleDataSetCard extends React.Component {
render() {
return (
<EuiCard
className="sampleDataSetCard"
image={this.props.previewUrl}
title={this.props.name}
description={this.props.description}

View file

@ -22,3 +22,7 @@ home-app {
.homeDirectoryTab {
background-color: @globalColorLightestGray;
}
.sampleDataSetCard {
flex-grow: 0;
}