Opened 14 months ago
Closed 4 months ago
#59130 closed defect (bug) (fixed)
Twenty Seventeen: In "Latest Comments Block" space between comments increases on increasing the Typography Size
Reported by: | pitamdey | Owned by: | karmatosed |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-screenshots has-patch has-testing-info commit |
Focuses: | css | Cc: |
Description
In Twenty Seventeen Theme, The space between comments increases as we increase the Size from the typography Section. In other Themes, it is working perfectly.
Here is the Video of the issue : https://drive.google.com/file/d/1kRfza7b7ZDZ6mbd-65ydoTC5rUUSzgoR/view?usp=sharing
Attachments (3)
Change History (13)
#1
@
14 months ago
- Focuses css added
The bottom margin should remain, though 4rem
might be more appropriate than 4em
.
#2
@
14 months ago
I have updated patch & changed margin-bottom: 4rem instead of 4em in Comment Section
#4
@
13 months ago
- Keywords has-testing-info added
Test Report
This report validates that the indicated patch addresses the issue.
Patch tested: https://core.trac.wordpress.org/attachment/ticket/59130/59130.2.patch
Environment
OS: Windows
PHP: 8.1.9
WordPress: 6.3
Browser: Chrome
Theme: Twenty Seventeen
Plugins: None activated
Actual Results:
✅ Before patch: Comments block taking more spaces https://prnt.sc/VdcXfZ3eE1hy
✅ After patch: Comments block taking less spaces https://prnt.sc/tT1NmIPWWFw6
#7
@
4 months ago
Test Report
I have tested this patch: https://core.trac.wordpress.org/attachment/ticket/59130/59130.2.patch
Environment
OS: Windows
PHP: 8.1.23
WordPress: 6.6-alpha
Browser: Chrome
Theme: Twenty Seventeen
Actual Results:
✅ After patch: Comments block: https://prnt.sc/IU8t3uaYOevt
#8
@
4 months ago
For the record, this patch only affects the margin if the block is added within a post. In the widget context, the front-end bottom margin is still 1em
(smaller, yet variable).
screenshot for better understanding