Multiple-value field table cell height breaks for some widgets
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3578330. --> Reported by: [gradywring](https://www.drupal.org/user/3004993) Related to !762 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When a Paragraph type has a multi-value file or image field, the height of the table cell is calculated incorrectly by styles inherited from Claro. This causes elements to overflow and overlap one another.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Create a Paragraph type.</li> <li>Add an Image field with multiple values.</li> <li>Add the Paragraph type to any Content type.</li> <li>Add a node from the Content type and add an instance of the Paragraph type to the node..</li> <li>When adding an image, the height of the draggable table row will overflow.</li> </ol> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>I have added a patch that sets the height of the table cell to `auto` to override the incorrect height calculation from Claro.</p>
issue