Skip to content

Commit 061273b

Browse files
committed
Update test w/ updated column width
1 parent 46006d7 commit 061273b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/packages/security-solution/ecs_data_quality_dashboard/impl/data_quality/data_quality_panel/summary_table

x-pack/packages/security-solution/ecs_data_quality_dashboard/impl/data_quality/data_quality_panel/summary_table/helpers.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ describe('helpers', () => {
177177
name: 'Result',
178178
sortable: true,
179179
truncateText: false,
180-
width: '50px',
180+
width: '65px',
181181
},
182182
{ field: 'indexName', name: 'Index', sortable: true, truncateText: false, width: '300px' },
183183
{ field: 'docsCount', name: 'Docs', sortable: true, truncateText: false },

0 commit comments

Comments
 (0)