Skip to content

Commit

Permalink
Fix rebase regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Mar 1, 2018
1 parent 98d4638 commit 7784a1a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions editor/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -466,16 +466,12 @@
position: relative;
margin-left: auto;
margin-right: auto;
//top: -19px;
//margin-top: -15px;
left: 0;
right: 0;

.editor-block-list__insertion-point-inserter:before {
@include break-small {
left: $block-mover-padding-visible;
right: $block-mover-padding-visible;
}
@include break-small {
left: $block-mover-padding-visible;
right: $block-mover-padding-visible;
}
}

Expand Down

0 comments on commit 7784a1a

Please sign in to comment.