Opened 12 years ago
Closed 12 years ago
#22376 closed defect (bug) (fixed)
Keep milestone in one line
Reported by: | 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)
Change History (10)
#3
@
12 years ago
Can we do this for the workflow column too? See report/6
table.listing tbody td.workflow { white-space: nowrap; }
#7
@
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.
table.listing tbody td.milestone { white-space: nowrap; }
would probably fix this.