Defect #2165
Issue activity not wrapping around revisions
Status: | Closed | Start date: | 2008-11-12 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | UI | |||
Target version: | 0.8 | |||
Resolution: | Affected version: |
Description
A issue was introduced in r1963 where application.css now pushes the hisotry entries past the revisions (ie, clear: both). This is a huge problem for some of our issues where we have 5 or more commits - the issue comments are pushed so far off the screen that you're not necessarily sure there are any.
Disabling the rule in application.css allows the history to wrap normally.
Associated revisions
Changed the CSS clear on journals so they will wrap around the revisions. #2165
History
#1
Updated by Eric Davis about 14 years ago
- Category set to UI
- Status changed from New to 7
- Assignee set to Eric Davis
- Target version set to 0.8
I'll take this since it related to the Gravatar feature.
Another example: https://projects.littlestreamsoftware.com/issues/show/1135
#2
Updated by Eric Davis about 14 years ago
- Status changed from 7 to Closed
- % Done changed from 0 to 100
Changed the CSS clear on journals so they will wrap around the revisions in r2029.