[wp-trac] [WordPress Trac] #61805: Body padding zeroed out from global styles
WordPress Trac
noreply at wordpress.org
Thu Aug 1 20:11:49 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 | Resolution:
Keywords: reporter-feedback | Focuses: css
-------------------------------+------------------------------
Old description:
> 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;
> }
> }}}
New description:
Dequeueing global-styles removes this block of code. This probably should
not be enabled by default. Seems similar to #61660
{{{
:root :where(body) {
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
}}}
--
Comment (by sabernhardt):
I think this is a duplicate of #61704.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61805#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list