override content width in post editor
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2024-04-01 13:34:05 +05:00
parent 3d807fe637
commit 0e573099fc
1 changed files with 1 additions and 1 deletions

View File

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