-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fix off center post-publish button #17726
Conversation
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.
Left some comments on packages/edit-post/src/components/layout/style.scss
… so should work better with translations. Less code. More button.
Just tested this and looks 👍 |
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.
I think we're good on this now. Thanks for testing @enriquesanchez!
Yup, looks great! |
@richtabor I'm not sure why we're having failed tests. Can you try rebasing? |
I did, though it's still failing - I'm not entirely sure why? |
They seem to be unrelated to changes on this PR. Failing E2E:
Mobile unit tests:
I see this PR was merged recently with the same errors: #18247 So, maybe builds are not currently stable? cc @gziolo You can also try rebasing instead of merging, although I don't think that'd have any effect. |
I think there's some intermittent failures in the E2E test with the "SameSite" cookie warning. The mobile tests are allowed to fail, so they shouldn't be considered as a blocker. I restarted the build to try to clear up the failure. |
Looks great, @richtabor! Let's get this merged! |
Description
Fixes #17691, by centering the Post Publish button and applying a bit of padding to keep the close button off the edge of the panel header.
How has this been tested?
Tested in supported browsers.
Screenshots
Types of changes
Bug fix
Checklist: