padding issues with paragraphs and taxonomy
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3312656. --> Reported by: [sergiur](https://www.drupal.org/user/3543272) Related to !184 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>I've updated one of our sites to the latest dev version of the module and noticed the following spacing issues: </p> <p> * The default description text at the top of a taxonomy vocabulary is cut off:<br> <img src="https://www.drupal.org/files/issues/2022-09-29/Screenshot%202022-09-29%20at%2016.40.58.png" alt="taxonomy page alignment issue"></p> <p> * There is no padding between fields inside paragraphs, including nested paragraphs headers and their fields too:<br> <img src="https://www.drupal.org/files/issues/2022-09-29/Screenshot%202022-09-29%20at%2016.41.43.png" alt="paragraphs spacing issues"></p> <p> * The 'Show row weights' button overlaps the paragraphs:<br> <img src="https://www.drupal.org/files/issues/2022-09-29/Screenshot%202022-09-29%20at%2016.42.37.png" alt="Show row weights button overlap"></p> <p>As a temporary fix I've added the following to my <code>gin-custom.css</code> file but not sure if this is the right way to go about it: </p> <pre>.paragraphs-subform &gt; .form-wrapper {<br>&nbsp; padding-top: 1rem;<br>}</pre><p>Haven't attempted to fix the taxonomy page and overlapping row weights button</p>
issue