Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Aug 26, 2024
1 parent 757a941 commit 3b609a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ html :where(img[class*="wp-image-"]) {
}

/**
* Applies box-sizing: border-box; to elements with a class containing 'wp-block-'
* Applies box-sizing: border-box; to elements with a class containing 'wp-block-'
* and a style attribute containing 'border'.
* This ensures consistent box-sizing behavior and makes layout calculations more predictable.
*/
[class*="wp-block-"][style*="border"] {
box-sizing: border-box;
box-sizing: border-box;
}

// Set the admin bar offset for sticky positioned blocks to the height of the admin bar.
Expand Down
1 change: 0 additions & 1 deletion packages/block-library/src/tag-cloud/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.wp-block-tag-cloud {

&.aligncenter {
text-align: center;
justify-content: center;
Expand Down

0 comments on commit 3b609a4

Please sign in to comment.