Merge pull request #12951 from RoadieHQ/tweak-description-column-width

Modify description column in entity tables to not have 'auto' width
This commit is contained in:
Ben Lambert
2022-08-03 16:17:58 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
@@ -147,7 +147,6 @@ export const columnFactories = Object.freeze({
line={2}
/>
),
width: 'auto',
};
},
createSpecLifecycleColumn<T extends Entity>(): TableColumn<T> {