Skip to content

Commit

Permalink
Address focus size issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Aug 3, 2020
1 parent 45ebe4b commit 10868dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/block-editor/src/components/block-mover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
// Focus style.
// Overrides .components-toolbar-group styles
&::before {
left: $grid-unit-10 !important;
right: $grid-unit-10 !important;
@include break-small() {
left: $grid-unit-10 !important;
right: $grid-unit-10 !important;
}
}
}

Expand Down

0 comments on commit 10868dc

Please sign in to comment.