Opened 3 years ago
Closed 3 years ago
#6979 closed defect (bug) (worksforme)
Dropdown action button get overlap with text and not visible properly below 425px
| Reported by: | himshekhar07 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Make (Get Involved) / P2 | Keywords: | needs-patch |
| Cc: |
Description
The dropdown action button overlaps the heading text and is not visible to the user on this page. https://make.wordpress.org/performance/
Attachments (1)
Change History (3)
#2
@
3 years ago
- Component WordPress.org Site → Make (Get Involved) / P2
- Resolution → worksforme
- Status new → closed
This is a styling issue with the upstream o2/p2 plugin/theme.
I don't think this warrants changing specifically on make.WordPress.org, as it seems to work well enough to me.
Bug reports for the o2 plugin can be made upstream: https://github.com/automattic/o2, I'm unsure where bug reports for the theme should be made.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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; } }