Skip to content

Commit

Permalink
Tweak spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Apr 14, 2023
1 parent e0fe2ac commit a72deaf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/block-editor/src/components/list-view/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -442,13 +442,18 @@ $block-navigation-max-indent: 8;

.block-editor-list-view-block-draggable-chip {
// Width of the sidebar, minus the list view's padding and the block settings icon.
width: 350px - $grid-unit-10 - $icon-size;
width: 350px - $grid-unit-10 - $icon-size * 2;
height: 36px;
background: $white;
border: 1px solid $gray-400;
border-radius: $radius-block-ui;
opacity: 0.75;

.block-editor-block-icon {
margin-right: $grid-unit-10;
flex: 0 0 $icon-size;
}

.block-editor-list-view-block-select-button__label-wrapper {
min-width: 120px;
}
Expand Down

0 comments on commit a72deaf

Please sign in to comment.