trying last commit again
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2024-04-02 14:16:03 +05:00
parent aa681ec890
commit 885dfeb558
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ ul.is-style-arrow-list {
}
/* HACK: fixing stretched out post width in editor */
:not(.edit-site-visual-editor__editor-canvas) .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
:not(.edit-site-visual-editor__editor-canvas) .editor-styles-wrapper .editor-editor-canvas__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
.edit-post-visual-editor .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.edit-post-visual-editor .editor-styles-wrapper .editor-editor-canvas__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
max-width: 600px !important;
}