Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Feb 3, 2022
1 parent 1993fbd commit dece2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/navigation/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ $color-control-label-height: 20px;

// Selected "Start empty" state.
// In this state, the block is entirely empty and will collapse to zero height unless there's
// content inside. The below rule lets the placeholder staty in an invisible state to avoid
// collapse and layout shift.
// content inside. The below rule lets the placeholder stay in an invisible state to avoid
// collapsing and shifting the layout.
// @todo: This fix could be augmented with showing the generic appender when there are no
// innerblocks, a la how the Row block does it.
.wp-block-navigation.is-selected .wp-block-navigation__container .wp-block-navigation-placeholder__preview:first-of-type {
Expand Down

0 comments on commit dece2ce

Please sign in to comment.