mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
Merge pull request #23648 from strapi/fix/dynamiczone-edit-view
fix(content-manager): ui issue when too many elements in dz in config…
This commit is contained in:
commit
ae1c0239f0
@ -487,6 +487,7 @@ const Field = ({ attribute, components, name, index, onMoveField, onRemoveField
|
||||
alignItems="flex-start"
|
||||
gap={2}
|
||||
width="100%"
|
||||
wrap="wrap"
|
||||
>
|
||||
{attribute?.components.map((uid) => (
|
||||
<ComponentLink
|
||||
|
Loading…
x
Reference in New Issue
Block a user