No margin between form items in nested paragraphs
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3487445. --> Reported by: [mrshowerman](https://www.drupal.org/user/3558410) Related to !526 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Since RC14, we are missing margins between form items in nested parapraphs.</p> <p><img src="https://www.drupal.org/files/issues/2024-11-14/missing-margins-in-nested-paragraphs.png" width="244" height="163" alt="Missing margins in nested paragraphs"></p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ul> <li>Create a paragraph type A that references paragraphs of another type B</li> <li>Edit a page and add an A paragraph with a nested B paragraph</li> <li>Notice the missing margins in paragraph B, while they are still there in paragraph A</li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Turns out that in <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/gin/-/work_items/3348101" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/gin/-/work_items/3348101</a></span>, a bottom margin of 0 was applied to form items in draggable tables (by myself &#128532;). I can't recall the intention of this, and it seems that removing it does not break anything else.</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>
issue