Closed robinscholz closed 1 month ago
Another bug related to the description. When added the inputs don’t align in a row field anymore.
Closing in https://github.com/payloadcms/payload/pull/8421
We're gonna align to the top these fields and instead rely on end users to handle the alignment of the fields themselves.
I tested a few scenarios and there's no pragmatic fix that we can deploy to handle all possible edge cases, at least not with the current way that fields and the field row is setup. Maybe in the future we can make it smarter but for now I recommend devs use custom styles as needed using admin.width
and admin.style
as per: https://payloadcms.com/docs/beta/admin/fields (Beta) or https://payloadcms.com/docs/fields/overview#admin-config
This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.
Link to reproduction
No response
Environment Info
Describe the Bug
If only one field inside a row field has a description, the remaining fields get spread.
Reproduction Steps
Adapters and Plugins
No response