diff --git a/src/components/EditorCanvas/Table.jsx b/src/components/EditorCanvas/Table.jsx index bcb0c60..9601e4d 100644 --- a/src/components/EditorCanvas/Table.jsx +++ b/src/components/EditorCanvas/Table.jsx @@ -169,7 +169,7 @@ export default function Table(props) { position="rightTop" showArrow trigger="click" - style={{ width: "200px" }} + style={{ width: "200px", wordBreak: "break-word" }} > } @@ -220,6 +220,14 @@ export default function Table(props) { Default :{" "} {e.default === "" ? "Not set" : e.default}
++ Comment:{" "} + {e.comment === "" ? ( + "No comment" + ) : ( +