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

Payton: Default and Wide Line Separator block styles don't work #7774

Closed
cecilearkay opened this issue Apr 26, 2024 · 1 comment
Closed

Payton: Default and Wide Line Separator block styles don't work #7774

cecilearkay opened this issue Apr 26, 2024 · 1 comment
Labels
[Feature Group] Appearance & Themes Features related to the appearance of sites. Needs triage [Pri] TBD Themes [Type] Bug Something isn't working

Comments

@cecilearkay
Copy link

Quick summary

The Default and Wide Line Separator block styles do not work. The only way to display the Separator block is to use the Dots styles.

Steps to reproduce

1 - Activate the Payton theme.
2 - Create a page and add a Separator block.
3 - Try to use either the Default or Wide Line style.
4 - You'll see it displays in the editor as expected.

Markup 2024-04-26 at 20 23 24

5 - Publish the page and check it on the live site to see the Separator line isn't showing.

Annotation on 2024-04-26 at 20-28-25

What you expected to happen

I expected the line to display with all styles and not just the Dots style.

What actually happened

The line from the Separator block doesn't show if it's the Default or Wide Line styles.

Browser

No response

Context

No response

Platform (Simple, Atomic, or both?)

No response

Other notes

No response

Reproducibility

Consistent

Severity

None

Available workarounds?

Yes, easy to implement

Workaround details

It can be fixed with some CSS, such as:

.wp-block-separator {
    border-width: 2px;
}
@rickmgithub
Copy link

📌 REPRODUCTION RESULTS

  • Tested on Simple – Replicated
  • Tested on Atomic – Replicated

📌 FINDINGS/SCREENSHOTS/VIDEO

Problem is exactly as OP says.
However on Simple sites, it doesn't show if it's set as default as well.

Screen.Capture.on.2024-05-01.at.17-33-02.mp4

There was a similar issue that was closed sometime ago - #5727

📌 ACTIONS

Very similar case here - Automattic/wp-calypso#60108
Closing in favor of that case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature Group] Appearance & Themes Features related to the appearance of sites. Needs triage [Pri] TBD Themes [Type] Bug Something isn't working
Development

No branches or pull requests

2 participants