Skip to content

Commit

Permalink
column width tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Nov 21, 2024
1 parent 033f486 commit 0d6f8c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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%',
});
}

Expand Down Expand Up @@ -415,6 +416,7 @@ export class SpacesGridPage extends Component<Props, State> {
'data-test-subj': (rowRecord) => `${rowRecord.id}-deleteSpace`,
},
],
width: '18%',
});

return config;
Expand Down

0 comments on commit 0d6f8c1

Please sign in to comment.