Closed (fixed)
Project:
Drupal core
Version:
10.1.x-dev
Component:
Claro theme
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2023 at 14:25 UTC
Updated:
4 Aug 2023 at 15:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
carolpettirossi commentedI'm facing the same issue on a clean install of Drupal 10.1.1.
See the test evidence below:

Comment #4
gabriel.passarelli commentedI've created an MR that adds grid-row and grid-column attributes for the .layout-node-form elements.
Before the changes


After the changes
Comment #5
carolpettirossi commentedI applied the patch from the MR, and it worked as expected.
I can also confirm that with an RTL language, the form layout is correct too.
Comment #6
carolpettirossi commentedComment #7
carolpettirossi commentedAttaching patch from the MR to use in composer.json
Comment #9
lauriiiThank you all for working on this! Asked one question on MR
Comment #10
carolpettirossi commentedI'm not sure why Tugboat env is not working on this issue.
I applied the latest changes on my sandbox, and it works as expected, including RTL language. It also doesn't affect CTs with more fields that were working previously. See the evidence below:
Comment #14
lauriiiThanks for getting that addressed @gabriel.passarelli and for testing it @carolpettirossi! 😊
Committed 4511b7f and pushed to 11.x. Thanks! Also cherry-picked to 10.1.x as a non-disruptive bug fix.