From 0d6f8c14dc272facd8b67bd3b9b7073cea798c2a Mon Sep 17 00:00:00 2001 From: Timothy Sullivan <tsullivan@elastic.co> Date: Thu, 21 Nov 2024 14:24:02 -0700 Subject: [PATCH] column width tweak --- .../spaces/public/management/spaces_grid/spaces_grid_page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 b6319d3fcbdad..1a92aa7ba5517 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 @@ -330,6 +330,7 @@ export class SpacesGridPage extends Component<Props, State> { render: (solution: Space['solution'], record: Space) => ( <SpaceSolutionBadge solution={solution} data-test-subj={`${record.id}-solution`} /> ), + width: '18%', }); } @@ -415,6 +416,7 @@ export class SpacesGridPage extends Component<Props, State> { 'data-test-subj': (rowRecord) => `${rowRecord.id}-deleteSpace`, }, ], + width: '18%', }); return config;