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
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Modify description column to not use auto width.
@@ -147,7 +147,6 @@ export const columnFactories = Object.freeze({
line={2}
/>
),
width: 'auto',
};
},
createSpecLifecycleColumn<T extends Entity>(): TableColumn<T> {