diff --git a/src/components/EditorCanvas/Table.jsx b/src/components/EditorCanvas/Table.jsx index 0c385fa..f5fdedb 100644 --- a/src/components/EditorCanvas/Table.jsx +++ b/src/components/EditorCanvas/Table.jsx @@ -168,7 +168,7 @@ export default function Table(props) { position="rightTop" showArrow trigger="click" - style={{ width: "200px" }} + style={{ width: "200px", wordBreak: "break-word" }} > } @@ -219,10 +219,19 @@ export default function Table(props) { Default :{" "} {e.default === "" ? "Not set" : e.default}
++ Comment:{" "} + {e.comment === "" ? ( + "Not comment" + ) : ( +