Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: 4.2.4
-
Fix Version/s: 4.3.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
If you have long labels and/or answers for your fields in the contact record, the layout breaks - see screenshot from the test site. The answer is pretty simple - edit the relevant template to include a div that wraps each label/content pair with overflow:hidden and clear:both on it. Then remove the min-height attribute from the content as min-height renders as height in many browsers and is generally a troublesome attribute to use. Happy to provide this fix - will discuss on forum first.