Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Navigation screen: Add .editor-styles-wrapper
Surrounds the Navigation screen's BlockList with a
.editor-styles-wrapper div. This allows CSS rules which override default
block styling to work.
  • Loading branch information
noisysocks committed Jul 7, 2020
commit 93f069bae431da5783e8b4615c3b9d58c4dbc69b
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,13 @@ export default function BlockEditorArea( {
) }
</NavigableToolbar>
<Popover.Slot name="block-toolbar" />
<WritingFlow>
<ObserveTyping>
<BlockList />
</ObserveTyping>
</WritingFlow>
<div className="editor-styles-wrapper">
<WritingFlow>
<ObserveTyping>
<BlockList />
</ObserveTyping>
</WritingFlow>
</div>
</CardBody>
<CardFooter>
<CheckboxControl
Expand Down