Skip to content

Commit

Permalink
wporg-support-2024: Hotfix for width of block editor
Browse files Browse the repository at this point in the history
Fixes #289
See Automattic/blocks-everywhere#207


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13612 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
Adam Wood committed Apr 29, 2024
1 parent 058b577 commit c87e156
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// See: https://github.com/Automattic/blocks-everywhere/issues/110
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container {
Expand All @@ -13,3 +12,9 @@
.wp-block-navigation-item .wp-block-navigation-item__content {
cursor: pointer;
}

// See: https://github.com/Automattic/blocks-everywhere/issues/207
.gutenberg-support #bbpress-forums fieldset.bbp-form .blocks-everywhere {
max-width: 100%;
min-width: 100%;
}
Original file line number Diff line number Diff line change
Expand Up @@ -2025,6 +2025,11 @@ fieldset label {
cursor: pointer;
}

.gutenberg-support #bbpress-forums fieldset.bbp-form .blocks-everywhere {
max-width: 100%;
min-width: 100%;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2025,6 +2025,11 @@ fieldset label {
cursor: pointer;
}

.gutenberg-support #bbpress-forums fieldset.bbp-form .blocks-everywhere {
max-width: 100%;
min-width: 100%;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
Expand Down

Large diffs are not rendered by default.

0 comments on commit c87e156

Please sign in to comment.