Opened 5 years ago
Closed 3 years ago
#52546 closed enhancement (fixed)
Twenty Ten: Pullquote line-height too tall
| Reported by: | melchoyce | Owned by: | audrasjb |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.3 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch has-screenshots commit |
| Cc: | Focuses: | css |
Description
The pullquote block should use a tighter line-height for better readability. See attached before/after screenshot.
Attachments (5)
Change History (12)
This ticket was mentioned in Slack in #core-test by boniu91. View the logs.
3 years ago
#3
@
3 years ago
Twenty Ten: Pullquote line-height too tall
Description
The pullquote block should use a tighter line-height for better readability. See attached before/after screenshot.
Environment
- WordPress: 6.2.2
- PHP: 8.0.0
- Server: Apache/2.4.10 (Debian)
- Database: mysqli (Server: 5.5.59-MariaDB-1~wheezy / Client: 5.5.62)
- Browser: Chrome 113.0.0.0 (macOS)
- Theme: Twenty-Ten 3.8
- MU-Plugins: None activated
- Plugins:
- Gutenberg 15.9.1
Steps to Reproduce
- Install Twenty Ten Theme and create a blog post using Pullquote block.
- Publish the blog post and
- 🐞 Bug occurs, Here you could see that the pullquote block should use a tighter line-height for better readability as mentioned in @melchoyce screenshot.
Expected Results
- ✅ I would agree with @sabernhardt The text has been extra large on the front end since WordPress 6.1. There @melchoyce's patch 52546.1.diff fixes make a pullquote block tighter line height for better readability.
Actual Results
- Looking forward to seeing this fix in the near release of our WordPress.
#4
@
3 years ago
I also tested this:
Test Report
This report validates that the indicated patch addresses the issue.
Environment
- OS: Ubuntu 23.04
- Web Server: Nginx
- PHP: 8.1.9
- WordPress: 6.2.2
- Browser: Firefox 115
- Theme: Twenty Ten
- Active Plugins: none
Actual Results
- ✅ Issue resolved with: https://core.trac.wordpress.org/attachment/ticket/52546/52546.1.diff
Supplemental Artifacts
See my attached images above...
#5
@
3 years ago
Hi,
Patch report for - https://core.trac.wordpress.org/attachment/ticket/52546/52546.1.diff
Environment:
WordPress - v6.2.2
Theme - Twenty Ten
Os - Mac
Browser - Chrome
Expected Result - Pullquote block should use a tighter line-height for better readability ☑️
Screenshots:
Before - https://prnt.sc/_LD_mkoo-d54
After - https://prnt.sc/bx2mx_Nx4Wry
Thanks!
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
To avoid multiplying the paragraph's
1.5emfont size by the default inline global1.5emon.wp-block-pullquote, this resets the block's font size to1em. The text has been extra large on the front end since WordPress 6.1.I applied both styles in the editor, too.