CSS correction
Oleksa - June 30, 2009 - 21:22
| Project: | Drupal.org webmasters |
| Component: | Redesign |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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;
}

#1
I think that the new theme will resolve the problem.
I am changing the component, and leaving the report open as a memorandum.