Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x]: Details misaligned on edit element pages without meta fields #16061

Closed
ryansupercool opened this issue Nov 9, 2024 · 2 comments
Closed
Assignees
Labels

Comments

@ryansupercool
Copy link

What happened?

Description

When an element edit page doesn't have meta fields such as a matrix entry, the status field is misaligned.

Image

This can be fixed with:

.details > fieldset:first-child {
    margin-block-start: 0 !important;
}

Steps to reproduce

  1. Create an Matrix field that has an entry type without a slug field but with a status field.

Expected behavior

Status field is aligned to the top of #content.

Actual behavior

Status field is misaligned.

Craft CMS version

5.5

PHP version

No response

Operating system and version

No response

Database type and version

No response

Image driver and version

No response

Installed plugins and versions

@brianjhanson
Copy link
Contributor

Thanks @ryansupercool! I've opened #16078 to address this.

@brandonkelly
Copy link
Member

Craft 5.50 is out with that fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants