Skip to content

Commit

Permalink
Remove granular control over space column width to avoid ellipses
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Nov 21, 2024
1 parent 45c5678 commit a54a476
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ export class SpacesGridPage extends Component<Props, State> {
}),
sortable: true,
truncateText: true,
width: '40%',
},
];

Expand All @@ -331,7 +330,6 @@ export class SpacesGridPage extends Component<Props, State> {
render: (solution: Space['solution'], record: Space) => (
<SpaceSolutionBadge solution={solution} data-test-subj={`${record.id}-solution`} />
),
width: '10%',
});
}

Expand Down

0 comments on commit a54a476

Please sign in to comment.