- Issue created by @murz
- 🇨🇭Switzerland saschaeggi Zurich
Are the changes from 🐛 Space issue between inline entity form fields Fixed missing? Were you able to narrow it down what causes this regression?
- Status changed to Postponed: needs info
over 1 year ago 7:14am 17 November 2023 - 🇮🇳India renukakulkarni
This 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 🐛 The autocomplete icon is not clearly visible when using dark mode. Fixed (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 🐛 The autocomplete icon is not clearly visible when using dark mode. Fixed , and that fixes the space issue between the form items as well.
- Status changed to Needs review
over 1 year ago 8:43am 29 November 2023 - Status changed to Needs work
about 1 year ago 11:21am 30 January 2024 - 🇮🇳India djsagar
Hi all not able to repraduce this issue in 8.x-3 gin theme.
Please provide more details.
Updating tag and moving NW.
- 🇮🇳India djsagar
Removing 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/articleIssue.
Proposed resolution
We need to override margin top
tr .form-item { margin-top: 0; margin-bottom: 0; }
- Assigned to rupeshghar
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 10:58am 2 February 2024 - 🇮🇳India rupeshghar
Overriden default css written on form-item and raised MR for same
- Assigned to sdhruvi5142
- Issue was unassigned.
- Status changed to RTBC
about 1 year ago 9:26am 6 February 2024 - 🇮🇳India djsagar
Applied MR !378, working as expected.
Moving into the RTBC +After MR
- Status changed to Closed: outdated
4 months ago 12:28pm 18 December 2024 - 🇨🇭Switzerland saschaeggi Zurich
I believe this is outdated as of now with recent changes.
Feel free to reopen if that's not the case please!