Skip to content

Commit

Permalink
Update alert count table to display rules with long names (#115920)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
machadoum and kibanamachine authored Oct 25, 2021
1 parent 1bc60b0 commit 1527535
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const getAlertsCountTableColumns = (
{
field: 'key',
name: selectedStackByOption,
truncateText: true,
truncateText: false,
render: function DraggableStackOptionField(value: string) {
return (
<DefaultDraggable
Expand Down

0 comments on commit 1527535

Please sign in to comment.