mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-03 23:50:20 +00:00
Twenty Ten: Adjust Pullquote Block paragraph font size.
This changeset adjusts the size of paragraphs located inside the Pullquote block to account for changes introduced in [https://github.com/WordPress/gutenberg/commit/82509b64392685ac70b67323cf2fa6541bbcd562#diff-b45331d9b1b9f01d24ffd110e357ce5722772b0a14303ba72ca216c613fc8076 Gutenberg PR 43195]. This ensures the size of the paragraph is set to 1.5em in the editor. Props sabernhardt. Fixes #56730. git-svn-id: https://develop.svn.wordpress.org/trunk@54475 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -261,6 +261,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
|
||||
/* Pullquote */
|
||||
|
||||
.wp-block-pullquote blockquote > p.rich-text,
|
||||
.wp-block-pullquote blockquote > .editor-rich-text p {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user