Opened 3 years ago
Last modified 3 months ago
#54808 new defect (bug)
Posts search term does not wrap well on mobile
Reported by: | sumitsingh | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 5.8.3 |
Component: | Administration | Keywords: | has-screenshots has-patch |
Focuses: | ui, css, administration | Cc: |
Description
Hi,
I just tried to find blog usage on mobile device. Then some UI issue for related search text on post listing page.
More information see SS.
Attachments (2)
Change History (9)
#2
@
3 years ago
- Component changed from Posts, Post Types to Administration
- Focuses accessibility removed
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
- Summary changed from UI issue on post listing page to Posts search term does not wrap well on mobile
I changed the component because this can happen on any screen with search (though Posts and Pages should be most common for long search terms).
Perhaps the subtitle
element should have its own line on narrower screens.
.subtitle { padding-left: 0; display: block; line-height: 1.5; }
This ticket was mentioned in PR #6813 on WordPress/wordpress-develop by @m1r0.
3 months ago
#6
- Keywords has-patch added; needs-patch removed
Trac ticket: https://core.trac.wordpress.org/ticket/54808
Note: See
TracTickets for help on using
tickets.
UI issue for related search text on post listing page.