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

This commit is contained in:
Pete Harverson 2018-06-19 15:30:29 +01:00 committed by GitHub
parent 26da49e129
commit eb45fd1bc5
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={{