Skip to content

Commit 22fd373

Browse files
committed
[ML] fields stats width
1 parent 177baeb commit 22fd373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/legacy/plugins/ml/public/application/datavisualizer/file_based/components/fields_stats

x-pack/legacy/plugins/ml/public/application/datavisualizer/file_based/components/fields_stats/fields_stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class FieldsStats extends Component {
3232
<div className="fields-stats">
3333
<EuiFlexGrid gutterSize="m">
3434
{this.state.fields.map(f => (
35-
<EuiFlexItem key={f.name} style={{ minWidth: '360px' }}>
35+
<EuiFlexItem key={f.name} style={{ width: '360px' }}>
3636
<FieldStatsCard field={f} />
3737
</EuiFlexItem>
3838
))}

0 commit comments

Comments
 (0)