From 0797a3fd7a203a81bc82fd36d12414ea5ca0f9fe Mon Sep 17 00:00:00 2001 From: santilapi13 Date: Thu, 11 Apr 2024 23:30:40 -0300 Subject: [PATCH] fix: set field comment width instead of popover width --- src/components/EditorCanvas/Table.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/EditorCanvas/Table.jsx b/src/components/EditorCanvas/Table.jsx index 6e107b0..9601e4d 100644 --- a/src/components/EditorCanvas/Table.jsx +++ b/src/components/EditorCanvas/Table.jsx @@ -223,16 +223,15 @@ export default function Table(props) {

Comment:{" "} {e.comment === "" ? ( - "Not comment" + "No comment" ) : ( -

{e.comment}
+
{e.comment}
)}

} position="right" showArrow - style={{ width: "200px", wordBreak: "break-word" }} > {field(e, i)}