- Issue created by @niki v
- πΊπΈUnited States DocEVL
Anyone working on this issue? I would like to have some elements inline while others above. It does not matter how I set this in the Manage Display settings it will ALWAYS be above.
- First commit to issue fork.
- Merge request !35Issue #3357294: "Inline" option for field labels doesn't work β (Open) created by majmunbog
- π·πΈSerbia majmunbog
@docevl Iβve opened up an MR to address this issue. Let me know if it works.
- πΏπ¦South Africa niki v
Hi @majumbog
I updated to Belgrade 2.1.0 on an older site running Drupal 10 and tested but there was no change.
I then made 2 local installs of the latest Commerce Kickstart: one with the content demo, one without, but I couldn't get the fields to display inline in either instance - π·πΈSerbia majmunbog
Thanks for testing, @niki v! The issue is currently in review, so the fix isnβt available in the latest release yet. You can test this by cloning
git@git.drupal.org:issue/belgrade-3357294.git
. - πΏπ¦South Africa niki v
Thanks, I got confused. I've tested the new code and it works in both D10 and D11 test versions and makes the field display compact, as desired, the the only issue now is that the field label is now plain text, please see attached screenshots:
Before:
After:
- π·πΈSerbia majmunbog
@niki v the code is updated, I've added a utility class to "bold" the labels.
- πΏπ¦South Africa niki v
Thank you! I tested it on all my local sites and it's working as intended.