Bundled Themes: Twenty Nineteen editor style interferes with navigation menu block.

Update editor styles to prepare for changes coming to the editor in 5.5. Currently the issue is only present when using the latest version of the Gutenberg plugin.

Props kjellr, Joen.
Fixes #49613.
Built from https://develop.svn.wordpress.org/trunk@47587


git-svn-id: http://core.svn.wordpress.org/trunk@47362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ianbelanger 2020-04-16 14:56:16 +00:00
parent 90f5e0576b
commit b2f072b97e
3 changed files with 3 additions and 3 deletions

View File

@ -598,7 +598,7 @@ body .wp-block[data-align="full"] {
}
.wp-block .wp-block {
width: 100%;
width: initial;
}
/** === Base Typography === */

View File

@ -62,7 +62,7 @@ body {
// Only the top level blocks need specific widths, therefore override for every nested block.
.wp-block {
width: 100%;
width: initial;
}
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47586';
$wp_version = '5.5-alpha-47587';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.