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

Title:bluebeach css correction» CSS correction
Component:Textual improvements» Redesign

I think that the new theme will resolve the problem.

I am changing the component, and leaving the report open as a memorandum.

#2

Status:active» closed (won't fix)

Bluebeach is not anymore maintained. The redesign will adopt a different theme.

I am marking this report as won't fix.

nobody click here