Make WordPress Core

Opened 6 years ago

Closed 5 years ago

#46962 closed defect (bug) (duplicate)

Responsive design issue in permalink page

Reported by: umang7's profile umang7 Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.2
Component: Permalinks Keywords: has-patch has-screenshots needs-testing
Focuses: ui, administration Cc:

Description

There is responsive design issue in permalink page in backend. I submitted patch for the same.

Attachments (4)

#46962.diff (292 bytes) - added by umang7 6 years ago.
design_issue.png (57.9 KB) - added by umang7 6 years ago.
Screenshot of an issue
solution.png (62.2 KB) - added by umang7 6 years ago.
Screenshot of resolved design
46962.diff (308 bytes) - added by mukesh27 6 years ago.
Updated patch.

Download all attachments as: .zip

Change History (10)

@umang7
6 years ago

#1 @SergeyBiryukov
6 years ago

  • Focuses ui administration added

@umang7
6 years ago

Screenshot of an issue

@umang7
6 years ago

Screenshot of resolved design

#2 @SergeyBiryukov
6 years ago

  • Milestone changed from Awaiting Review to 5.3

#3 @mukesh27
6 years ago

@umang7, As per [43283] changeset use the more compatible word-break: break-all; instead of word-break: break-word;

Last edited 5 years ago by SergeyBiryukov (previous) (diff)

@mukesh27
6 years ago

Updated patch.

#4 @umang7
6 years ago

@mukesh27 Using word-break:break-all;, the words of content will break with line & sentences will be unreadable. So word-break:break-word;is good solution.

#5 @mukesh27
6 years ago

  • Keywords 2nd-opinion added

Added 2nd-opinion for other dev feedback.

#6 @SergeyBiryukov
5 years ago

  • Keywords 2nd-opinion removed
  • Milestone 5.3 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Thanks for the patch! This appears to already be resolved in [45692] / #47329.

Note: See TracTickets for help on using tickets.