Skip to content

Commit

Permalink
[ML] fields stats width
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Jan 16, 2020
1 parent 177baeb commit 22fd373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class FieldsStats extends Component {
<div className="fields-stats">
<EuiFlexGrid gutterSize="m">
{this.state.fields.map(f => (
<EuiFlexItem key={f.name} style={{ minWidth: '360px' }}>
<EuiFlexItem key={f.name} style={{ width: '360px' }}>
<FieldStatsCard field={f} />
</EuiFlexItem>
))}
Expand Down

0 comments on commit 22fd373

Please sign in to comment.