Opened 2 years ago
Last modified 32 hours ago
#52546 new enhancement
Twenty Ten: Pullquote line-height too tall
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch needs-testing |
Focuses: | css | Cc: |
Description
The pullquote block should use a tighter line-height for better readability. See attached before/after screenshot.
Attachments (3)
Change History (4)
Note: See
TracTickets for help on using
tickets.
To avoid multiplying the paragraph's
1.5em
font size by the default inline global1.5em
on.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.