From ed1f83ba078e6051238ed5d8010203122a61e359 Mon Sep 17 00:00:00 2001 From: Jussi Hallila Date: Wed, 3 Aug 2022 14:25:54 +0200 Subject: [PATCH] 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 {