Posted by Oleksa on June 30, 2009 at 9:22pm
Jump to:
| Project: | Drupal.org webmasters |
| Component: | Redesign |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Long messages go out of the box in "View CVS messages" (it looks not nice and not possible to read some ones), for example here if you use 1280x800 screen:
http://drupal.org/project/cvs/3285
you just need to add white-space:normal; to css
#content pre, #content div.codeblock {
line-height:1.2em;
white-space:normal;
}
Comments
#1
I think that the new theme will resolve the problem.
I am changing the component, and leaving the report open as a memorandum.
#2
Bluebeach is not anymore maintained. The redesign will adopt a different theme.
I am marking this report as won't fix.