We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Site scan screen can we have some padding between the Rescan Site and Browse Site buttons?
The buttons looks attached on click.
There should be some padding between the buttons
No response
2.2.2alpha
Standard
5.9.2
The text was updated successfully, but these errors were encountered:
I see this is also the case for the Review section:
Sorry, something went wrong.
In the Onboarding Wizard there is a 1rem space:
I believe it will be as simple as this:
diff --git a/assets/src/settings-page/style.css b/assets/src/settings-page/style.css index e22f669a8..0e65d6fad 100644 --- a/assets/src/settings-page/style.css +++ b/assets/src/settings-page/style.css @@ -578,6 +578,10 @@ li.error-kept { padding-right: 2.25rem; } +.amp .settings-site-scan__footer .components-button + .components-button { + margin-left: 1rem; +} + /* Review. */ #site-review { margin-bottom: 2.5rem; @@ -637,6 +641,10 @@ li.error-kept { padding-right: 2.25rem; } +.amp .settings-site-review__actions .components-button + .components-button { + margin-left: 1rem; +} + /* Other Settings */ .amp-other-settings section + section { margin-top: 2rem;
QA Passed ✅
Spacing between buttons is fixed for Site Scan and Review section.
Site Scan Section
Review Section
Successfully merging a pull request may close this issue.
Bug Description
Site scan screen can we have some padding between the Rescan Site and Browse Site buttons?
The buttons looks attached on click.
Expected Behaviour
There should be some padding between the buttons
Screenshots
PHP Version
No response
Plugin Version
2.2.2alpha
AMP plugin template mode
Standard
WordPress Version
5.9.2
Site Health
No response
Gutenberg Version
No response
OS(s) Affected
No response
Browser(s) Affected
No response
Device(s) Affected
No response
Acceptance Criteria
No response
Implementation Brief
No response
QA Testing Instructions
No response
Demo
No response
Changelog Entry
No response
The text was updated successfully, but these errors were encountered: