multivalue "link" field has broken wrapping in first of many elements.
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3542292. --> Reported by: [alphex](https://www.drupal.org/user/66158) Related to !666 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p><img src="https://www.drupal.org/files/issues/2025-08-20/screenshot_2025-08-20_at_12_53_22.png" alt="broken wrapping"></p> <p>When you have a link field, with single, or multivalue, you get a buggy wrapping effect on the first element.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>Create paragraph, or block type, with a multivalue link field.</p> <p>Go create some content, and you'll see what I have in the screen shot.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>On the rendered source code.<br> The whole multivalue link UX is in a table.field-multiple-table structure.</p> <p>the td &gt; .form-item class has a display: flex on it...</p> <p>But when you "add another item" it wrapps in an extra div.ajax-new-content which breaks the display flex styling.</p> <p>I would suggest going up to the parent div.field--type-link and where the td &gt; .form-item is, NOT having that as a flex, or making it flex-direction: column specifically.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3> > Related issue: [Issue #3519949](https://www.drupal.org/node/3519949)
issue