Skip to content

Commit

Permalink
Polish more menu in block and top toolbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Oct 20, 2020
1 parent 0204313 commit a0f3a3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/block-editor/src/autocompleters/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.block-editor-autocompleters__block {
white-space: nowrap;

.block-editor-block-icon {
margin-right: 8px;
margin-right: $grid-unit-10;
}
}
1 change: 1 addition & 0 deletions packages/components/src/autocomplete/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.components-autocomplete__popover .components-popover__content > div {
padding: $grid-unit-20;
min-width: 220px;
}

.components-autocomplete__result.components-button {
Expand Down
4 changes: 2 additions & 2 deletions packages/components/src/dropdown-menu/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
padding-left: $grid-unit-10;
padding-right: $grid-unit-10;

.components-menu-item__info-wrapper {
/*.components-menu-item__info-wrapper {
max-width: calc(100% - #{ $button-size-small + $grid-unit-10 });
}
}*/
}

.components-menu-group {
Expand Down

0 comments on commit a0f3a3a

Please sign in to comment.