Skip to content

Commit

Permalink
Fix positioning discrepancy with draggable chip. (#33893)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Aug 6, 2021
1 parent e9e62d3 commit e459456
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-editor/src/components/block-tools/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@

.block-editor-block-list__block-selection-button {
display: inline-flex;
padding: 0 ( $grid-unit-15 + $border-width );
padding: 0 $grid-unit-15;
z-index: z-index(".block-editor-block-list__block-selection-button");

// Dark block UI appearance.
Expand All @@ -212,6 +212,7 @@
padding: 0;
height: $grid-unit-30;
min-width: $grid-unit-30;
margin-left: -2px;

// Drag handle is smaller than the others.
svg {
Expand Down

0 comments on commit e459456

Please sign in to comment.