Skip to content
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

Creatio 2 Bug: Form Button Text is incorrectly aligned #7635

Closed
donalirl opened this issue Feb 4, 2024 · 2 comments
Closed

Creatio 2 Bug: Form Button Text is incorrectly aligned #7635

donalirl opened this issue Feb 4, 2024 · 2 comments
Labels
Customer Report Issues or PRs that were reported via Happiness. Previously known as "Happiness Request". Needs triage [Pri] TBD [Type] Bug Something isn't working

Comments

@donalirl
Copy link

donalirl commented Feb 4, 2024

Quick summary

On the Creatio 2 theme on atomic sites only, the form block's button text alignment is not respected.

Steps to reproduce

  1. On an atomic site, create a new page
  2. Add a form block
  3. In the form block's button block, adjust the width setting to 100%
  4. Publish the page.

What you expected to happen

I expected the button text to be centered.

What actually happened

The button text is left aligned
Screenshot 2024-02-04 at 17 11 21

Browser

No response

Context

#7659692-zen

Platform (Simple, Atomic, or both?)

Atomic

Other notes

No response

Reproducibility

Consistent

Severity

Most (> 50%)

Available workarounds?

Yes, difficult to implement

Workaround details

CSS fix:

button.wp-block-button__link {
  justify-content: center;
}
@donalirl donalirl added [Type] Bug Something isn't working Needs triage labels Feb 4, 2024
Copy link
Contributor

github-actions bot commented Feb 4, 2024

Support References

This comment is automatically generated. Please do not edit it.

  • 7659692-zen

@github-actions github-actions bot added the Customer Report Issues or PRs that were reported via Happiness. Previously known as "Happiness Request". label Feb 4, 2024
@cat-og
Copy link

cat-og commented Feb 9, 2024

📌 REPRODUCTION RESULTS

  • Tested on Atomic – Could Not Replicate

📌 ACTIONS

  • Closed as could not replicate (please reopen if the issue reoccurs)

@cat-og cat-og closed this as completed Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Customer Report Issues or PRs that were reported via Happiness. Previously known as "Happiness Request". Needs triage [Pri] TBD [Type] Bug Something isn't working
Development

No branches or pull requests

2 participants