Opened 5 years ago
Closed 5 years ago
#4951 closed defect (bug) (duplicate)
Login to Reply and short link toggle menu not Properly on Mobile View
Reported by: | sharaz | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Make (Get Involved) / P2 | Keywords: | has-patch needs-testing |
Cc: |
Description
Testing link : https://make.wordpress.org/training/getting-started/
Bug on Mobile view (screenshot): https://prnt.sc/qleny8
Perfect on Desktop view (screenshot): https://prnt.sc/qletk4
I noticed same issue with all articles i.e https://make.wordpress.org/training/2020/01/08/request-for-input-training-team-weekly-meeting-time/
Attachments (2)
Change History (7)
#1
follow-up:
↓ 3
@
5 years ago
- Keywords has-patch needs-testing added; needs-patch removed
@media (max-width: 550px) nav.o2-post-actions ul { width: 320px; right: 0px; }
#3
in reply to:
↑ 1
@
5 years ago
Replying to passoniate:
@media (max-width: 550px) nav.o2-post-actions ul { width: 320px; right: 0px; }
right: 0px
is already set on the ul
. You probably don't need it.
We could also probably set left: inherit
if you wanted to avoid setting a fixed width.
Note: See
TracTickets for help on using
tickets.
patch