You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a synced pattern from a group that has full width layout. After I create the pattern, the contents of the group are reduced to the regular content width as a result of this css:
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: 640px;
margin-left: auto !important;
margin-right: auto !important;
}
Step-by-step reproduction instructions
Create a group and apply full width layout.
Convert group to a synced pattern.
See issue.
Screenshots, screen recording, code snippet
Screen.Recording.2023-08-09.at.8.40.46.PM.mov
Environment info
WordPress 6.3, Gutenberg 16.4.
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:
Description
I am trying to create a synced pattern from a group that has full width layout. After I create the pattern, the contents of the group are reduced to the regular content width as a result of this css:
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Screen.Recording.2023-08-09.at.8.40.46.PM.mov
Environment info
WordPress 6.3, Gutenberg 16.4.
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: