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:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user