[wp-meta] [Making WordPress.org] #6859: Content overflow issue
Making WordPress.org
noreply at wordpress.org
Wed Mar 15 19:52:15 UTC 2023
#6859: Content overflow issue
---------------------------------------+----------------------
Reporter: baroliyamayur | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Showcase | Resolution: invalid
Keywords: has-screenshots has-patch |
---------------------------------------+----------------------
Changes (by praful2111):
* keywords: needs-patch has-screenshots => has-screenshots has-patch
* status: new => closed
* resolution: => invalid
Comment:
There were issues with textares CSS, Please use the below CSS to resolve
the issue.
{{{
/* Small devices */
@media ( max-width: 576px ) {
textarea.text {
width: 100%;
box-sizing: border-box;
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6859#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list