[wp-trac] [WordPress Trac] #57377: Twenty Twenty-One: Quote block shows quotation marks outside a background color area in the editor

WordPress Trac noreply at wordpress.org
Thu Sep 14 18:57:02 UTC 2023


#57377: Twenty Twenty-One: Quote block shows quotation marks outside a background
color area in the editor
-------------------------------------------------+-------------------------
 Reporter:  nidhidhandhukiya                     |       Owner:  karmatosed
     Type:  defect (bug)                         |      Status:  reopened
 Priority:  normal                               |   Milestone:  6.4
Component:  Bundled Theme                        |     Version:  6.1.1
 Severity:  minor                                |  Resolution:
 Keywords:  has-patch has-screenshots has-       |     Focuses:  css
  testing-info needs-testing                     |
-------------------------------------------------+-------------------------

Comment (by sabernhardt):

 The patch/commit changed the editor styles to match the front end, which
 had been fine.

 This probably makes the side padding unnecessary on the smallest screens:
 {{{
 @media only screen and (max-width: 481px) {
   .editor-styles-wrapper .wp-block-quote {
     padding-left: calc(0.5 * var(--global--spacing-horizontal));
   }
 }
 }}}

 The editor styles do not adjust properly for RTL languages, but that issue
 is separate from having the quotation mark outside the background.

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


More information about the wp-trac mailing list