Update alert count table to display rules with long names (#115920)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Pablo Machado 2021-10-25 16:58:47 +02:00 committed by GitHub
parent 1bc60b0115
commit 1527535fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ const getAlertsCountTableColumns = (
{
field: 'key',
name: selectedStackByOption,
truncateText: true,
truncateText: false,
render: function DraggableStackOptionField(value: string) {
return (
<DefaultDraggable