Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#22376 closed defect (bug) (fixed)

Keep milestone in one line

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by:
Milestone: WordPress.org Priority: normal
Severity: minor Version:
Component: WordPress.org Site Keywords:
Focuses: Cc:

Description

With the recent updates to Trac, "Awaiting Review" and "Future Release" milestones in the reports now wrap to a second line (see the screenshot).

This doesn't look nice and makes it take a bit longer to scroll through the reports.

Attachments (3)

22376.png (113.8 KB) - added by SergeyBiryukov 12 years ago.
22376.2.png (188.4 KB) - added by ocean90 12 years ago.
22376.3.png (16.0 KB) - added by SergeyBiryukov 12 years ago.

Download all attachments as: .zip

Change History (10)

@SergeyBiryukov
12 years ago

#1 @SergeyBiryukov
12 years ago

table.listing tbody td.milestone { white-space: nowrap; } would probably fix this.

#2 @nacin
12 years ago

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

@ocean90
12 years ago

#3 @ocean90
12 years ago

Can we do this for the workflow column too? See report/6

table.listing tbody td.workflow { white-space: nowrap; }

#4 @nacin
12 years ago

Done for both .workflow and .component.

#5 @SergeyBiryukov
12 years ago

Type also wraps: 22376.3.png.

Version 0, edited 12 years ago by SergeyBiryukov (next)

#6 @SergeyBiryukov
12 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

#7 @nacin
12 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

Busted the cache. This should be good.

Preventing all of these columns from wrapping is forcing scrolling to occur at a pretty wide window. We should look at what else we can do to make this listing a bit more responsive (or at least manageable), perhaps by lowering the min-width of titles, etc.

Note: See TracTickets for help on using tickets.