#63134 closed defect (bug) (wontfix)
Twenty Sixteen: Comments block having font size issue.
| Reported by: | nidhidhandhukiya | Owned by: | davidbaumwald |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-test-info |
| Cc: | Focuses: | ui, css |
Description
Steps to reproduce the issue :-
- Activate Twenty Sixteen theme.
- Choose Comments block.
- Apply font size.
You can able to see that if we applied font size change into the main comments block then it is not applied to the inner data in the front end.
I have attached video for better understanding.
Video URL :- https://www.awesomescreenshot.com/video/37847780?key=f32d9a5a1a27e2b4c8eb4e3eca1a5c32
Attachments (1)
Change History (6)
#2
@
18 months ago
- Milestone Awaiting Review
- Resolution → wontfix
- Status new → closed
- Summary Twenty Sixteen - Comment block having font size issue. → Twenty Sixteen: Comments block having font size issue.
- Version trunk
Please do not test the Comments or Post Comments Form blocks in 'classic' PHP-based themes, where those two blocks are rarely appropriate. Twenty Ten to Twenty Twenty-One already have comments forms in their PHP templates, and then the block creates fields with duplicate IDs. Theoretically the site developer could go through the trouble of changing the template and adding the block to every post individually, but then a few CSS changes should be the easy part. See #55744, #61323 and #61327.
For future patches:
- Avoid
!important(#26350). - Themes such as Twenty Sixteen have a
blocks.cssstylesheet for block-related styles. - Use the same spacing as the rest of the file. In most themes, indent with tabs and have an empty line between CSS rulesets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Test Scenario
Expected Result
Actual Result (Before Patch)
Actual Result (After Patch Applied)
Attachments
Test Conclusion