mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fixed layout issue with Sample Data list in IE (#21619)
This commit is contained in:
parent
23d8d6a022
commit
435b85070c
2 changed files with 5 additions and 0 deletions
|
@ -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}
|
||||
|
|
|
@ -22,3 +22,7 @@ home-app {
|
|||
.homeDirectoryTab {
|
||||
background-color: @globalColorLightestGray;
|
||||
}
|
||||
|
||||
.sampleDataSetCard {
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue