Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.7, 4.3.0
-
Fix Version/s: 4.3.0
-
Component/s: CiviContribute, CiviEvent
-
Labels:None
Description
On the Thankyou page for an Event rego, the LineItem.tpl causes the "Event Total" and "Total Participants" to run into each other.
eg, Event Total: $ 110.00Total Participants: 2Transaction Date: March 7th, 2013 10:23 PM
The CSS class is "content" which has the attribute "float: left;". Need to add a ".clear" DIV to put each on a new line.