-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gutenberg blocks: Fix CSS for Form and Contact Info blocks #12156
Conversation
* Reduce the right/left padding for Parent blocks. * Fix word-break on small screens for the required toggle control
Caution: This PR has changes that must be merged to WordPress.com |
Thank you for the great PR description! When this PR is ready for review, please apply the Scheduled Jetpack release: May 7, 2019. |
… the required label
thomasguillot, Your synced wpcom patch D27415-code has been updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for improving it!
thomasguillot, Your synced wpcom patch D27415-code has been updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
thomasguillot, Your synced wpcom patch D27415-code has been updated. |
r191105-wpcom |
Add a bunch of small CSS tweaks to make the Form and Contact Info blocks more compliant with tight editor areas (e.g. as part of a Column block)
Changes proposed in this Pull Request:
Testing instructions:
Screenshots:
Before:
![Screenshot 2019-04-25 at 15 51 37 (2)](https://user-images.githubusercontent.com/177929/56745535-734efd80-6772-11e9-86c6-cc7af2129c75.png)
After:
![Screenshot 2019-04-25 at 15 52 44 (2)](https://user-images.githubusercontent.com/177929/56745545-7a760b80-6772-11e9-8d6a-f317d403cf2f.png)
Proposed changelog entry for your changes: