From a9a12a0cfdfc82ae5fc37250dcc981793ec3bfee Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Fri, 25 Oct 2024 16:17:27 -0700 Subject: [PATCH] --wip-- [skip ci] --- .../public/management/spaces_grid/spaces_grid_page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 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 d69ba2b04a312..8bce2d6fe2a9d 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 @@ -308,7 +308,7 @@ export class SpacesGridPage extends Component { return ; }, 'data-test-subj': 'spacesListTableRowNameCell', - width: '15%', + width: '20%', }, { field: 'description', @@ -317,7 +317,7 @@ export class SpacesGridPage extends Component { }), sortable: true, truncateText: true, - width: '45%', + width: '40%', }, ]; @@ -331,6 +331,7 @@ export class SpacesGridPage extends Component { render: (solution: Space['solution'], record: Space) => ( ), + width: '10%', }); }