mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
fix: issue with label width in horizontal layout (#5709)
This commit is contained in:
parent
f9b5dba47a
commit
58017e521d
@ -169,7 +169,7 @@ const RenderRecord = React.memo(
|
||||
return null;
|
||||
}
|
||||
|
||||
return <>{result}</>;
|
||||
return <div style={{ overflowWrap: 'inherit', whiteSpace: 'normal' }}>{result}</div>;
|
||||
},
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user