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

Dorna: Some elements on comments form overlapping on mobile devices #62882

Closed
druesome opened this issue Apr 19, 2022 · 1 comment
Closed

Dorna: Some elements on comments form overlapping on mobile devices #62882

druesome opened this issue Apr 19, 2022 · 1 comment
Labels
[Closed] Duplicate Duplicate of an existing issue. [Feature Group] Appearance & Themes Features related to the appearance of sites. Needs triage Ticket needs to be triaged [Type] Bug

Comments

@druesome
Copy link
Contributor

Quick summary

On a site using the Dorna theme, some elements on the comments form are overlapping on mobile devices, particularly the checkboxes for "Notify me of new comments via email." and "Notify me of new posts via email."

Logged in view:

Logged out view:

Ticket: 4954454-zen

Steps to reproduce

  1. Activate Dorna theme
  2. Publish a blog post
  3. Visit blog post on mobile device (Chrome or Safari)
  4. Scroll down to see comments form

What you expected to happen

For the checkboxes for "Notify me of new comments via email." and "Notify me of new posts via email." to line up neatly.

What actually happened

They are overlapping on top of each other.

Context

No response

Browser

iOS Safari, Android Chrome

Simple/Atomic

Simple

Other notes

No response

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

Yes, easy to implement

Workaround details

This CSS code would fix it:

.wp-block-post-comments form {
    display: block;
}

But this requires a purchase of the Premium or Pro plan.

@druesome druesome added [Type] Bug Needs triage Ticket needs to be triaged [Feature Group] Appearance & Themes Features related to the appearance of sites. User Report labels Apr 19, 2022
@Robertght
Copy link

Thank you for reporting this @druesome ! I'm closing it in favor of this one: Automattic/themes#5894

@Robertght Robertght added the [Closed] Duplicate Duplicate of an existing issue. label Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Closed] Duplicate Duplicate of an existing issue. [Feature Group] Appearance & Themes Features related to the appearance of sites. Needs triage Ticket needs to be triaged [Type] Bug
Projects
None yet
Development

No branches or pull requests

2 participants