Skip to content

Commit

Permalink
Contact Form: center submit button content horizontally (#35319)
Browse files Browse the repository at this point in the history
* Contact Form: center submit button content horizontally

* Fix package version

* Fix package version
  • Loading branch information
monsieur-z committed Jan 30, 2024
1 parent 10f091a commit 03e2d02
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Center submit button content horizontally
2 changes: 1 addition & 1 deletion projects/packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-forms",
"version": "0.30.2",
"version": "0.30.3-alpha",
"description": "Jetpack Forms",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/forms/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/forms/src/class-jetpack-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
class Jetpack_Forms {

const PACKAGE_VERSION = '0.30.2';
const PACKAGE_VERSION = '0.30.3-alpha';

/**
* Load the contact form module.
Expand Down
1 change: 1 addition & 0 deletions projects/packages/forms/src/contact-form/css/grunion.css
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ on production builds, the attributes are being reordered, causing side-effects

.contact-form :is([type="submit"],button:not([type="reset"])) {
display: inline-flex;
justify-content: center;
align-items: center;
gap: 0.5em;
}
Expand Down

0 comments on commit 03e2d02

Please sign in to comment.