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:
Adrien L 2025-06-05 16:28:10 +02:00 committed by GitHub
commit ae1c0239f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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