[wp-meta] [Making WordPress.org] #6979: Dropdown action button get overlap with text and not visible properly below 425px
Making WordPress.org
noreply at wordpress.org
Thu May 11 04:57:52 UTC 2023
#6979: Dropdown action button get overlap with text and not visible properly below
425px
--------------------------------+---------------------
Reporter: himshekhar07 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: WordPress.org Site | Resolution:
Keywords: needs-patch |
--------------------------------+---------------------
Comment (by nidhidhandhukiya):
The below css can resolve this design issue.
{{{
@media screen and (max-width: 480px) {
.o2-post .entry-meta .entry-author {
width: 90%;
display: block;
line-height: normal;
margin: 0 0 10px;
}
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6979#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list