Make WordPress Core

Opened 21 months ago

Last modified 4 months ago

#54808 new defect (bug)

Posts search term does not wrap well on mobile

Reported by: sumitsingh's profile sumitsingh Owned by:
Milestone: Future Release Priority: normal
Severity: normal Version: 5.8.3
Component: Administration Keywords: has-screenshots needs-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 (1)

post-listing.jpeg (55.9 KB) - added by sumitsingh 21 months ago.
UI issue for related search text on post listing page.

Download all attachments as: .zip

Change History (4)

@sumitsingh
21 months ago

UI issue for related search text on post listing page.

#1 @sumitsingh
21 months ago

  • Keywords has-screenshots added

#2 @sabernhardt
21 months 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;
}

#3 @sabernhardt
4 months ago

#58482 was marked as a duplicate.

Note: See TracTickets for help on using tickets.