Skip to content

Commit

Permalink
Breadcrumb toolbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jan 14, 2020
1 parent 398280c commit 0fd7255
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/block-editor/src/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -509,9 +509,8 @@
border: $border-width solid $blue-medium-focus;
border-left: none;
box-shadow: inset $block-left-border-width 0 0 0 $blue-medium-focus;
height: $block-toolbar-height + $border-width;
height: $icon-button-size + 2 * $border-width;
font-size: $default-font-size;
line-height: $block-toolbar-height - $grid-size;
padding-left: $grid-size;
padding-right: $grid-size;

Expand Down

0 comments on commit 0fd7255

Please sign in to comment.