We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When an element edit page doesn't have meta fields such as a matrix entry, the status field is misaligned.
This can be fixed with:
.details > fieldset:first-child { margin-block-start: 0 !important; }
Status field is aligned to the top of #content.
#content
Status field is misaligned.
5.5
No response
The text was updated successfully, but these errors were encountered:
Thanks @ryansupercool! I've opened #16078 to address this.
Sorry, something went wrong.
7a2459e
Craft 5.50 is out with that fix.
brianjhanson
No branches or pull requests
What happened?
Description
When an element edit page doesn't have meta fields such as a matrix entry, the status field is misaligned.
This can be fixed with:
Steps to reproduce
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
The text was updated successfully, but these errors were encountered: