Skip to content

Commit

Permalink
[ML] Fix overflowing content in anomalies table cells (elastic#20029) (
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Jun 19, 2018
1 parent eecfe55 commit a04ace9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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={{
Expand Down

0 comments on commit a04ace9

Please sign in to comment.