Modify ↓
Opened 16 years ago
Closed 16 years ago
#6051 closed defect (fixed)
Suggested CSS for Watchlist tables
| Reported by: | Kaveh | Owned by: | Martin Scharrer |
|---|---|---|---|
| Priority: | normal | Component: | WatchlistPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
I highly recommend that you implement:
td.comment, td.changes, th.summary {
white-space: normal;
width: 100%;
}
This is to allow text to wrap in those particular cells when there are a lot of changes, otherwise the table will extend forever and look bad.
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.



Thanks for pointing this out. I'm changing the CSS style to wrap the text, however, it seem a little more complicated than your suggested code.