Skip to content

Commit

Permalink
Fix Query Block's Toolbar popover width (#26992)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored Nov 16, 2020
1 parent 53058e9 commit f0069d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/query/editor.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.editor-styles-wrapper .wp-block.wp-block-query {
max-width: 100%;
}

.block-library-query-toolbar__popover .components-popover__content {
min-width: 230px;
}

0 comments on commit f0069d6

Please sign in to comment.