From 7b2393b0042abe1608206577fa1e01ce88c8064b Mon Sep 17 00:00:00 2001 From: anamontiaga Date: Thu, 14 Dec 2023 16:57:24 +0100 Subject: [PATCH] fix issue with too long features name --- .../components/inventory-table/row-item/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout/project/sidebar/project/inventory-panel/components/inventory-table/row-item/index.tsx b/app/layout/project/sidebar/project/inventory-panel/components/inventory-table/row-item/index.tsx index ab4327f6d0..4a6b6b67a9 100644 --- a/app/layout/project/sidebar/project/inventory-panel/components/inventory-table/row-item/index.tsx +++ b/app/layout/project/sidebar/project/inventory-panel/components/inventory-table/row-item/index.tsx @@ -46,7 +46,7 @@ const RowItem = ({ 'w-52': tag, })} > - {name} + {name} {isCustom && (
Currently in use in{' '}