Skip to content

Commit

Permalink
Fix breadcrumb position.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed May 10, 2019
1 parent dbc9c35 commit 83c96dc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/block-library/src/columns/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,5 @@ div.block-core-columns.is-vertically-aligned-bottom {
*/
[data-type="core/column"] > .editor-block-list__block-edit > .editor-block-list__breadcrumb {
right: 0;
}

// Position the individual column block breadcrumb correctly.
.wp-block-columns [data-type="core/column"].is-hovered .block-editor-block-list__breadcrumb {
left: -3px;
left: auto;
}

0 comments on commit 83c96dc

Please sign in to comment.