Making WordPress.org

Opened 4 years ago

Closed 4 years ago

#5423 closed defect (bug) (fixed)

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

Reported by: laxman-prajapati's profile Laxman Prajapati Owned by: dd32's profile 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 4 years ago.
Needs patch

Download all attachments as: .zip

Change History (5)

@Laxman Prajapati
4 years ago

Needs patch

#1 @Laxman Prajapati
4 years ago

  • Keywords needs-patch added

#2 @Laxman Prajapati
4 years ago

  • Keywords has-screenshots added

#3 @Laxman Prajapati
4 years 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
4 years 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.