Skip to content

Commit

Permalink
Ensure mobile view stacks in full width
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Dec 27, 2024
1 parent d1ce74c commit 32be5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/query/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
.block-library-query__toolbar-popover-content-wrapper {
padding: $grid-unit-15;
width: auto;
@include break-small() {
@include break-medium() {
width: 320px;
}
.block-editor-block-patterns-list {
Expand Down

0 comments on commit 32be5ac

Please sign in to comment.