style: flexWrap in actionBar (#3635)
This commit is contained in:
parent
1c0654001f
commit
d82ed8058c
@ -65,7 +65,7 @@ export const ActionBar = observer(
|
|||||||
>
|
>
|
||||||
{props.children && (
|
{props.children && (
|
||||||
<div>
|
<div>
|
||||||
<Space {...spaceProps}>
|
<Space {...spaceProps} style={{ flexWrap: 'wrap' }}>
|
||||||
{fieldSchema.mapProperties((schema, key) => {
|
{fieldSchema.mapProperties((schema, key) => {
|
||||||
return <RecursionField key={key} name={key} schema={schema} />;
|
return <RecursionField key={key} name={key} schema={schema} />;
|
||||||
})}
|
})}
|
||||||
|
Loading…
Reference in New Issue
Block a user