Opened 7 months ago
Closed 7 months ago
#22376 closed defect (bug) (fixed)
Keep milestone in one line
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | WordPress.org site | Version: | |
| Severity: | minor | Keywords: | |
| 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)
SergeyBiryukov — 7 months ago
comment:1
SergeyBiryukov — 7 months ago
Can we do this for the workflow column too? See report/6
table.listing tbody td.workflow { white-space: nowrap; }
SergeyBiryukov — 7 months ago
comment:5
SergeyBiryukov — 7 months ago
Type also wraps (on report/6): 22376.3.png.
comment:6
SergeyBiryukov — 7 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
- 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.

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