From a54a47617f49e0ef59afffd729909f6a25f71d2b Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Thu, 21 Nov 2024 13:59:33 -0700 Subject: [PATCH] Remove granular control over space column width to avoid ellipses --- .../spaces/public/management/spaces_grid/spaces_grid_page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/plugins/spaces/public/management/spaces_grid/spaces_grid_page.tsx b/x-pack/plugins/spaces/public/management/spaces_grid/spaces_grid_page.tsx index 8bce2d6fe2a9d..b6319d3fcbdad 100644 --- a/x-pack/plugins/spaces/public/management/spaces_grid/spaces_grid_page.tsx +++ b/x-pack/plugins/spaces/public/management/spaces_grid/spaces_grid_page.tsx @@ -317,7 +317,6 @@ export class SpacesGridPage extends Component { }), sortable: true, truncateText: true, - width: '40%', }, ]; @@ -331,7 +330,6 @@ export class SpacesGridPage extends Component { render: (solution: Space['solution'], record: Space) => ( ), - width: '10%', }); }