Skip to content

Commit

Permalink
Ensure full-width in block styles inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 25, 2024
1 parent 822c82c commit f27323c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-editor/src/components/global-styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
.block-editor-global-styles-background-panel__image-tools-panel-item {
border: 1px solid $gray-300;
border-radius: 2px;
// Full width. ToolsPanel lays out children in a grid.
grid-column: 1 / -1;
// Since there is no option to skip rendering the drag'n'drop icon in drop
// zone, we hide it for now.
.components-drop-zone__content-icon {
Expand Down

0 comments on commit f27323c

Please sign in to comment.