Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2024-11-22 06:47:06 +00:00
commit 4726df64f0

View File

@ -169,7 +169,7 @@ const RenderRecord = React.memo(
return null;
}
return <>{result}</>;
return <div style={{ overflowWrap: 'inherit', whiteSpace: 'normal' }}>{result}</div>;
},
);