Closed (duplicate)
Project:
Drupal.org site moderators
Component:
Other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2008 at 22:29 UTC
Updated:
11 Jun 2008 at 23:06 UTC
CVS log messages (see example) are put inside
tags, which by default makes them non-wrappables. So when the messages are long, they stretch over to the right-hand blocks, and since they're displayed underneath the blocks, we can't read them... The following CSS solves the problem (for me; I'm using Opera, don't know about other browsers):/* Wrap text of CVS log messages, on http://drupal.org/project/cvs/### pages. */ .description pre { white-space: normal; }
Comments
Comment #1
mooffie commentedIt should be: "are put inside <PRE> tags".
(I typed the the text correctly, using entities, but fell victim to the "Losing HTML entities on 'Preview'" bug.)
Comment #2
dwwSee #197084: cvs.css not included for project/cvs/* pages which is trying to fix whatever is causing d.o itself not to do the right thing now that #71359: Fix overflowing commit messages is committed and deployed.
Comment #3
mooffie commentedThanks :)