Open alaczek opened 11 months ago
π REPRODUCTION RESULTS
π FINDINGS/SCREENSHOTS/VIDEO Atomic, Lativ theme, Gutenberg 17.0.2
Atomic, Enroute theme, Gutenberg 17.0.2
Atomic, TT3, Gutenberg 17.0.2
Simple, Enroute, Gutenberg 17.0.2
π ACTIONS
π Message Switching priority to Normal, considering the low user-impact and easy CSS workaround:
.wp-block-comments h3#reply-title {
margin-top: var(--wp--preset--spacing--70);
}
Moved this over to the Loop board.
Quick summary
I noticed there's no spacing between the form title and comment form on Atomic sites.
Comment form on Atomic site using Carnation theme:
Comment form on simple site using Carnation theme:
Simple sites have this style applied.
This appears to be coming from:
mu-plugins/verbum/dist/index.css
, line 247This is missing on Atomic sites, and there's also this style inserted inline:
Steps to reproduce
What you expected to happen
I expected some spacing between title and comment form, preferably mirroring simple sites behavior.
What actually happened
There was no gap between title and comment form.
Impact
Some (< 50%)
Available workarounds?
No but the platform is still usable
Platform (Simple and/or Atomic)
Atomic
Logs or notes
No response