[wp-trac] [WordPress Trac] #61805: Body padding zeroed out from global styles

WordPress Trac noreply at wordpress.org
Thu Aug 1 16:18:36 UTC 2024


#61805: Body padding zeroed out from global styles
--------------------------+-----------------------------
 Reporter:  blkedy        |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  6.6.1
 Severity:  normal        |   Keywords:
  Focuses:  css           |
--------------------------+-----------------------------
 Dequeueing global-styles removes this block of code. This probably should
 not be enabled by default. Seems similar to
 https://core.trac.wordpress.org/ticket/61660


 {{{
 :root :where(body) {
     padding-top: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
     padding-left: 0px;
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61805>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list