@@ -223,12 +223,14 @@ const EditorComp = defineComponent({
const readOnlyText = css`
pointer-events: none;
+ word-break: break-all;
`;
const textStyle = css`
font-size: 12px;
width: 100%;
color: #666;
p {
margin: 0;
}