mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-02 12:18:15 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
4726df64f0
@ -169,7 +169,7 @@ const RenderRecord = React.memo(
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
return <>{result}</>;
|
return <div style={{ overflowWrap: 'inherit', whiteSpace: 'normal' }}>{result}</div>;
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user