Add clearfix class to caseSummary hook content
authorColeman Watts <coleman@civicrm.org>
Mon, 8 Jun 2015 01:37:07 +0000 (21:37 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 8 Jun 2015 01:37:07 +0000 (21:37 -0400)
templates/CRM/Case/Form/CaseView.tpl

index 56929a6eb4111e90a308e6388828e57fa2e52a14..edd2b1e26f023861658d76eaaeb2831b3b5b7e38 100644 (file)
@@ -98,7 +98,7 @@
   </tr>
 </table>
   {if $hookCaseSummary}
-  <div id="caseSummary">
+  <div id="caseSummary" class="crm-clearfix">
     {foreach from=$hookCaseSummary item=val key=div_id}
       <div id="{$div_id}"><label>{$val.label}</label><div class="value">{$val.value}</div></div>
     {/foreach}