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.

git-svn-id: https://develop.svn.wordpress.org/trunk@47587 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ian Belanger 2020-04-16 14:54:37 +00:00
parent 7b6e7babe4
commit 07bc94cc11
2 changed files with 2 additions and 2 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;
}
}