Skip to content

Commit

Permalink
Makes spacing consistent in zoom out vertical toolbar (WordPress#63994)
Browse files Browse the repository at this point in the history
* chore: Update block vertical toolbar height in variables and styles

* Removed the variable and hardcoded the value.

* Avoid changes to components package

* use the button width scss variable

---------

Co-authored-by: amitraj2203 <amitraj2203@git.wordpress.org>
Co-authored-by: getdave <get_dave@git.wordpress.org>
Co-authored-by: draganescu <andraganescu@git.wordpress.org>
Co-authored-by: richtabor <richtabor@git.wordpress.org>
  • Loading branch information
5 people authored Oct 3, 2024
1 parent 0973cc8 commit 23846c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-editor/src/components/block-tools/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,9 @@
background: none;
border: none;
}

// Make the spacing consistent between controls.
.components-button {
height: $button-size-next-default-40px;
}
}

0 comments on commit 23846c0

Please sign in to comment.