Skip to content

Commit

Permalink
Update toolbar width
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored and draganescu committed Jul 19, 2023
1 parent d27c43f commit 34505a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/block-editor/src/components/block-tools/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,7 @@
// for the block inserter the publish button
@include break-large() {
&.is-fixed {
// the combined with of the tools at the right of the header and the margin left
// of the toolbar which includes four buttons
width: calc(100% - 240px - #{4 * $grid-unit-80});
width: auto;
}
}

Expand Down

0 comments on commit 34505a3

Please sign in to comment.