Make WordPress Core

Opened 5 years ago

Last modified 5 days ago

#52815 new defect (bug)

Wrap long Category name drop down when export post on export.php screen

Reported by: sumitsingh Owned by:
Priority: normal Milestone: Awaiting Review
Component: Export Version: 5.7
Severity: normal Keywords: has-screenshots has-patch
Cc: Focuses:

Description

Hi

When our category name long then getting UI issue. You can see mentioned screenshot.

Thank you.

Attachments (5)

Export ‹ Produ.png (76.9 KB ) - added by sumitsingh 5 years ago.
Screenshot
image (1).png (57.0 KB ) - added by sumitsingh 5 years ago.
SS1
52815.diff (409 bytes ) - added by sabernhardt 5 days ago.
stretch filters' select elements to full width on small screens up to 782 pixels wide
export-filters-full-width-320.png (18.4 KB ) - added by sabernhardt 5 days ago.
post filters with patch, at 320 pixels wide
export-filters-full-width-782.png (25.6 KB ) - added by sabernhardt 5 days ago.
post filters with patch, at 782 pixels wide

Download all attachments as: .zip

Change History (7)

@sumitsingh
5 years ago

Screenshot

@sumitsingh
5 years ago

SS1

#1 @desrosj
5 years ago

  • Component GeneralExport

@sabernhardt
5 days ago

stretch filters' select elements to full width on small screens up to 782 pixels wide

@sabernhardt
5 days ago

post filters with patch, at 320 pixels wide

@sabernhardt
5 days ago

post filters with patch, at 782 pixels wide

#2 @sabernhardt
5 days ago

  • Keywords has-patch added

The forms.css stylesheet already had a solution for other select elements, stretching them to 100% width and removing the max-width. 52815.diff applies that to the export filters.

Note: See TracTickets for help on using tickets.