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:
parent
7b6e7babe4
commit
07bc94cc11
@ -598,7 +598,7 @@ body .wp-block[data-align="full"] {
|
||||
}
|
||||
|
||||
.wp-block .wp-block {
|
||||
width: 100%;
|
||||
width: initial;
|
||||
}
|
||||
|
||||
/** === Base Typography === */
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user