Reviewed & tested by the community
Project:
Gin Admin Theme
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2023 at 08:01 UTC
Updated:
25 Jun 2025 at 14:56 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
murzComment #3
saschaeggiAre the changes from #3340478: Space issue between inline entity form fields missing? Were you able to narrow it down what causes this regression?
Comment #4
saschaeggiComment #5
renukakulkarni commentedThis issue was caused because the margin area on the bottom of a form item was removed for this issue - https://www.drupal.org/project/gin/issues/3375729 (https://git.drupalcode.org/project/gin/-/commit/0f4f88aef90989f49a91c89e...) This has affected the space between the form items.
I have checked the autocomplete field behavior after applying the code changes from the provided patch. It does not seem to be creating any issues, at least with the fields highlighted in the screenshot under this issue - https://www.drupal.org/project/gin/issues/3375729, and that fixes the space issue between the form items as well.

Comment #6
renukakulkarni commentedComment #7
renukakulkarni commentedComment #8
djsagar commentedHi all not able to reproduce this issue in 8.x-3 gin theme.
Please provide more details.
Updating tag and moving NW.
Comment #9
djsagar commentedRemoving tag able to reproduce above issue.
Steps to reproduce
1. Install the Inline Entity Form module
2. Configure the "Tags" field in "Article" content to use the "Inline entity form - simple" widget.
3. Open the "Add new article" form and see the problem path => /node/add/article
Issue.

Proposed resolution
We need to override margin top
Comment #10
rupeshghar commentedComment #12
rupeshghar commentedOverriden default css written on form-item and raised MR for same
Comment #13
sdhruvi5142 commentedComment #14
djsagar commentedComment #15
djsagar commentedApplied MR !378, working as expected.
Moving into the RTBC +
After MR

Comment #16
saschaeggiI believe this is outdated as of now with recent changes.
Feel free to reopen if that's not the case please!
Comment #17
xenophyle commentedI updated to the 8.x-3.1.0 and I'm still seeing the lack of margin. The MR made it better. It's still tighter than fields that are not in the table, but maybe it is that way for a reason.