[wp-trac] [WordPress Trac] #62743: Twenty Nineteen: Quote block having issue with font-size. (was: Twenty Nineteen - Quote block having issue with font-size.)

WordPress Trac noreply at wordpress.org
Tue Dec 31 15:53:34 UTC 2024


#62743: Twenty Nineteen: Quote block having issue with font-size.
------------------------------+------------------------
 Reporter:  nidhidhandhukiya  |       Owner:  (none)
     Type:  defect (bug)      |      Status:  closed
 Priority:  normal            |   Milestone:
Component:  Bundled Theme     |     Version:
 Severity:  normal            |  Resolution:  duplicate
 Keywords:                    |     Focuses:
------------------------------+------------------------
Changes (by sabernhardt):

 * status:  new => closed
 * version:  6.7.1 =>
 * milestone:  Awaiting Review =>
 * keywords:  needs-refresh =>
 * resolution:   => duplicate


Comment:

 The citation issue was already reported on #58169.

 The paragraph font size issue in the editor could be fixed with #60880. If
 that ticket does not fix it, however, the styles should not need to
 qualify `[style*="font-size"]` or `[class*="-font-size"]` for the custom
 font sizes. I think `1em` would work with just the paragraph element in
 `style-editor.scss`.

 {{{
 .wp-block-quote {

         p {
                 font-size: 1em;
         }

         &:not(.is-large):not(.is-style-large) {
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/62743#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list