Problem/Motivation
I've updated one of our sites to the latest dev version of the module and noticed the following spacing issues:
* The default description text at the top of a taxonomy vocabulary is cut off:

* There is no padding between fields inside paragraphs, including nested paragraphs headers and their fields too:

* The 'Show row weights' button overlaps the paragraphs:

As a temporary fix I've added the following to my gin-custom.css file but not sure if this is the right way to go about it:
.paragraphs-subform > .form-wrapper {
padding-top: 1rem;
}
Haven't attempted to fix the taxonomy page and overlapping row weights button
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | 3312656-12-after.png | 12.87 KB | shyam_bhatt |
| #12 | 3312656-12-before.png | 15.42 KB | shyam_bhatt |
| #7 | 3312656-7.patch | 290 bytes | Junaid_Nayeem |
| #4 | padding-issues-with-paragraphs-and-taxonomy-3312656-4.patch | 656 bytes | juancec |
| Screenshot 2022-09-29 at 16.42.37.png | 35.47 KB | sergiur |
Issue fork gin-3312656
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
juancec commentedHi, I'll work on it.
Comment #3
Christopher Riley commented+1 on this its making some of my staff crazy.
Comment #4
juancec commentedHey, I'm providing a patch that solves the taxonomy vocabulary and the padding between fields inside paragraphs. I could not reproduce the 'Show row weights' overlaping bug. This means there is still one bug to fix.
Comment #5
Arturo-q commentedHi, I will be working on it and try to reproduce the last bug.
Comment #6
Arturo-q commentedHey, I review @juancec patch, and it fixes the taxonomy and the fields, but I was not able to reproduce the “show rows weights” error either.
Could you give us more information about the form or configurations?
Comment #7
Junaid_Nayeem commentedThe above patch seems not working.Providing a new patch for the issue. This works fine for Drupal-8.9.
Comment #10
saschaeggiMR with fixes is opened: https://git.drupalcode.org/project/gin/-/merge_requests/184
Needs a review
Comment #11
saschaeggiThis needs a review
Comment #12
shyam_bhatt@saschaeggi "MR !184" working fine. I have checked the MR !184the padding issue was resolved after applying the patch. Please check the below images.
Before patch:

After patch:

Comment #14
saschaeggiComment #15
saschaeggi