WordPress.org

Making WordPress.org

#5423 closed defect (fixed)

Responsive design issue on "https://core.trac.wordpress.org" ticket page

Reported by: Laxman Prajapati Owned by: dd32
Milestone: Priority: high
Component: General Keywords: has-screenshots has-patch
Cc:

Description

Responsive design issue on "https://core.trac.wordpress.org" ticket design page. Getting the text out of screen.

Attachments (1)

5423.jpg (472.4 KB) - added by Laxman Prajapati 13 months ago.
Needs patch

Download all attachments as: .zip

Change History (5)

@Laxman Prajapati
13 months ago

Needs patch

#1 @Laxman Prajapati
13 months ago

  • Keywords needs-patch added

#2 @Laxman Prajapati
13 months ago

  • Keywords has-screenshots added

#3 @Laxman Prajapati
13 months ago

  • Keywords has-patch added; needs-patch removed

I Fixed below CSS and its working. Please add below CSS.

#trac-ticket-title span.summary,
#ticket table.properties a.trac-author {
    word-break: break-all;
}

Thanks,

#4 @dd32
12 months ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 10265:

Trac: Ticket page: Allow the trac title (summary) to wrap mid-word as long function names may be specified.

Props Laxman Prajapati.
Fixes #5423.

Note: See TracTickets for help on using tickets.