[ML] Log rate analysis EUI table fixes (#181908)

## Summary

closes https://github.com/elastic/kibana/issues/181804. Follow up to
https://github.com/elastic/kibana/pull/180514
This commit is contained in:
Cee Chen 2024-04-29 10:14:09 -07:00 committed by GitHub
parent 3609f882a5
commit 659f373e1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -168,12 +168,13 @@ export const LogRateAnalysisResultsTable: FC<LogRateAnalysisResultsTableProps> =
</EuiToolTip>
)}
<span title={fieldName}>{fieldName}</span>
<span title={fieldName} className="eui-textTruncate">
{fieldName}
</span>
</>
);
},
sortable: true,
truncateText: true,
valign: 'middle',
},
{

View file

@ -254,7 +254,7 @@ export const LogRateAnalysisResultsGroupsTable: FC<LogRateAnalysisResultsTablePr
return valuesBadges;
},
sortable: false,
textOnly: true,
truncateText: true,
valign: 'top',
},
{