Skip to content

Commit

Permalink
[ML] Log rate analysis EUI table fixes (elastic#181908)
Browse files Browse the repository at this point in the history
## Summary

closes elastic#181804. Follow up to
elastic#180514
  • Loading branch information
cee-chen authored and yuliacech committed May 3, 2024
1 parent de93ca5 commit 4aefa9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const LogRateAnalysisResultsGroupsTable: FC<LogRateAnalysisResultsTablePr
return valuesBadges;
},
sortable: false,
textOnly: true,
truncateText: true,
valign: 'top',
},
{
Expand Down

0 comments on commit 4aefa9e

Please sign in to comment.