Skip to content

Commit

Permalink
Form Block: fix display of the picker following changes in WP 6.6
Browse files Browse the repository at this point in the history
Fixes #38405
  • Loading branch information
jeherve committed Jul 18, 2024
1 parent e7b1ef5 commit 7c9fd72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Block Picker: fix display of the picker in the block editor following changes in WordPress 6.6.
3 changes: 3 additions & 0 deletions projects/packages/forms/src/blocks/contact-form/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
max-width: none;
margin: 0;
flex: 0;
text-align: center;
padding: 0 2px;
}

.block-editor-block-variation-picker__variation {
Expand Down Expand Up @@ -175,6 +177,7 @@
.form-placeholder__external-link {
font-size: 13px;
padding: 0;
font-weight: 400;

&, &:hover, &:active, &:focus {
background-color: unset;
Expand Down

0 comments on commit 7c9fd72

Please sign in to comment.