[wp-meta] [Making WordPress.org] #6992: Scrolling and white space issue on mobile.
Making WordPress.org
noreply at wordpress.org
Thu May 25 06:45:19 UTC 2023
#6992: Scrolling and white space issue on mobile.
---------------------------------------------------+---------------------
Reporter: himshekhar07 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: Swag Store (mercantile.wordpress.org) | Resolution:
Keywords: needs-patch |
---------------------------------------------------+---------------------
Comment (by devtanbir):
Here is the solution for the issue:
{{{
@media only screen and (max-width: 526px) {
.header-block.wp-container-7.wp-container-7 {
flex-wrap: wrap;
height: auto;
}
.wp-block-search__no-button {
width: 70%;
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6992#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list