Skip to content

Commit

Permalink
Site editor needs specific width
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jul 19, 2023
1 parent 34505a3 commit dd6dc6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/block-editor/src/components/block-tools/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,16 @@
width: auto;
}
}
}

body.site-editor-php {
.block-editor-block-contextual-toolbar {
@include break-large() {
&.is-fixed {
width: calc(100% - 240px - #{4 * $grid-unit-80});
}
}
}
}

/**
Expand Down

0 comments on commit dd6dc6e

Please sign in to comment.