mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Fix overflowing content in anomalies table cells (#20029)
This commit is contained in:
parent
26da49e129
commit
eb45fd1bc5
1 changed files with 1 additions and 1 deletions
|
@ -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={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue