Skip to content

Commit

Permalink
[Security Solution] [Detections] do not truncate filename in value li…
Browse files Browse the repository at this point in the history
…st table in modal (#91952)
  • Loading branch information
dhurley14 authored and kibanamachine committed Feb 19, 2021
1 parent 190155f commit 13a011d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const buildColumns = (
{
field: 'name',
name: i18n.COLUMN_FILE_NAME,
truncateText: true,
truncateText: false,
},
{
field: 'type',
Expand Down

0 comments on commit 13a011d

Please sign in to comment.