Skip to content

Commit

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


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13613 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
Adam Wood committed Apr 29, 2024
1 parent c87e156 commit 0418595
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,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 @@ -2844,6 +2844,11 @@ p a:hover {
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 @@ -2846,6 +2846,11 @@ p a:hover {
cursor: pointer;
}

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

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

0 comments on commit 0418595

Please sign in to comment.