From ed1f83ba078e6051238ed5d8010203122a61e359 Mon Sep 17 00:00:00 2001 From: Jussi Hallila Date: Wed, 3 Aug 2022 14:25:54 +0200 Subject: [PATCH 1/2] Modify description column in entity tables to not have 'auto' width Signed-off-by: Jussi Hallila --- plugins/catalog-react/src/components/EntityTable/columns.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/catalog-react/src/components/EntityTable/columns.tsx b/plugins/catalog-react/src/components/EntityTable/columns.tsx index 08eb31bea3..72b6931e94 100644 --- a/plugins/catalog-react/src/components/EntityTable/columns.tsx +++ b/plugins/catalog-react/src/components/EntityTable/columns.tsx @@ -147,7 +147,6 @@ export const columnFactories = Object.freeze({ line={2} /> ), - width: 'auto', }; }, createSpecLifecycleColumn(): TableColumn { From 44e691a7f956153cc7860ca593d976067affa50c Mon Sep 17 00:00:00 2001 From: Jussi Hallila Date: Wed, 3 Aug 2022 14:36:36 +0200 Subject: [PATCH 2/2] Add changeset Signed-off-by: Jussi Hallila --- .changeset/green-laws-greet.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/green-laws-greet.md diff --git a/.changeset/green-laws-greet.md b/.changeset/green-laws-greet.md new file mode 100644 index 0000000000..120a1d3f2c --- /dev/null +++ b/.changeset/green-laws-greet.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-react': patch +--- + +Modify description column to not use auto width.