From 65a2b6d91d8b97f244a9c19160b93a8d0505a4e6 Mon Sep 17 00:00:00 2001 From: Vadzim Hvazdovich Date: Mon, 30 Oct 2023 18:29:21 +0400 Subject: [PATCH] EPMRPP-85818 || Increase the Key and Value length --- .../editableAttribute/attribute/attribute.jsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/src/componentLibrary/attributeList/editableAttribute/attribute/attribute.jsx b/app/src/componentLibrary/attributeList/editableAttribute/attribute/attribute.jsx index 389c045131..7ea3e5fcf9 100644 --- a/app/src/componentLibrary/attributeList/editableAttribute/attribute/attribute.jsx +++ b/app/src/componentLibrary/attributeList/editableAttribute/attribute/attribute.jsx @@ -73,16 +73,20 @@ export const Attribute = ({ > {attribute.key ? ( <> -
+
{attribute.key}
:
-
+
{attribute.value}
) : ( -
+
{attribute.value}
)}