Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Won't Fix
-
Affects Version/s: 2.0, 2.2.1
-
Fix Version/s: 2.2.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
In civicrm.css, lines 233ff are :
#crm-container .form-layout td {
vertical-align: text-top;
padding: 5px;
white-space: nowrap;
}
The nowrap makes activities with lengthy descriptions display quite badly. For example:
http://drupal.demo.civicrm.org/civicrm/contact/view/activity?atype=2&action=view&reset=1&id=581&cid=7&context=activity
I suggest removing the nowrap line entirely.