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
While building canonical/canonical.com#1406, I noticed a visual quirk with the CTA block: we have given it padding-bottom: $spv--x-large here:
padding-bottom: $spv--x-large
vanilla-framework/scss/_patterns_cta.scss
Line 19 in 78211ca
This causes some extra spacing beneath the CTA block that is not present in CTA blocks that don't use our .p-cta-block.
.p-cta-block
Default:
Expected (no bottom padding):
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-16100.
This message was autogenerated
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
While building canonical/canonical.com#1406, I noticed a visual quirk with the CTA block: we have given it
padding-bottom: $spv--x-large
here:vanilla-framework/scss/_patterns_cta.scss
Line 19 in 78211ca
This causes some extra spacing beneath the CTA block that is not present in CTA blocks that don't use our
.p-cta-block
.Default:
Expected (no bottom padding):
The text was updated successfully, but these errors were encountered: