Revert "fix: issue with label width in horizontal layout (#5709)" (#5715)

This reverts commit 58017e521d.
This commit is contained in:
Katherine 2024-11-23 12:52:33 +08:00 committed by GitHub
parent a72c4e546b
commit 89e79041ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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