[ML] Fix overflowing content in anomalies table cells (#20029) (#20040)

This commit is contained in:
Pete Harverson 2018-06-19 16:49:40 +01:00 committed by GitHub
parent eecfe552ac
commit a04ace91a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,7 +356,7 @@ class AnomaliesTable extends Component {
return (
<EuiInMemoryTable
className="ml-anomalies-table"
className="ml-anomalies-table eui-textBreakWord"
items={tableData.anomalies}
columns={columns}
pagination={{