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 displaying Custom fields, the stack is different between the editor and the front end.
The css selector .editor-styles-wrapper is printed twice, so it would be a good idea to fix that.
.editor-styles-wrapper .editor-styles-wrapper .wp-container-0.wp-container-0 { flex-direction: column; align-items: flex-start; }
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} --> <div class="wp-block-group"><!-- wp:paragraph {"backgroundColor":"pale-cyan-blue"} --> <p class="has-pale-cyan-blue-background-color has-background">aaa</p> <!-- /wp:paragraph --> <!-- wp:paragraph {"backgroundColor":"light-green-cyan"} --> <p class="has-light-green-cyan-background-color has-background">bbb</p> <!-- /wp:paragraph --></div> <!-- /wp:group -->
Yes
The text was updated successfully, but these errors were encountered:
Sorry, this is a duplicate issue, #54943 so I'll close it.
Sorry, something went wrong.
No branches or pull requests
Description
When displaying Custom fields, the stack is different between the editor and the front end.
The css selector .editor-styles-wrapper is printed twice, so it would be a good idea to fix that.
Step-by-step reproduction instructions
or paste the HTML below.
Screenshots, screen recording, code snippet
row.mp4
Environment info
Environment
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: