Skip to content

Commit

Permalink
Fixed layout issue with Sample Data list in IE (#21619)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos authored Aug 3, 2018
1 parent 23d8d6a commit 435b850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 4 additions & 0 deletions src/core_plugins/kibana/public/home/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ home-app {
.homeDirectoryTab {
background-color: @globalColorLightestGray;
}

.sampleDataSetCard {
flex-grow: 0;
}

0 comments on commit 435b850

Please sign in to comment.