[wp-trac] [WordPress Trac] #58428: White space section in mobile devices in twenty twenty three theme
WordPress Trac
noreply at wordpress.org
Tue May 30 14:52:51 UTC 2023
#58428: White space section in mobile devices in twenty twenty three theme
--------------------------+------------------------------
Reporter: himshekhar07 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version:
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
--------------------------+------------------------------
Comment (by nuhel):
This issue is coming from npm package `@wordpress`
It can be fixed by adding the below css in npm package `@wordpress`->edit-
site->build-style->style.css in ine number 2177.
(Line number is 2177 is not strict to follow but for convention)
@media (max-width: 599px) {
.edit-site-layout__sidebar > div:nth-child(2) {
height: unset;
}
}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58428#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list