RT#39586 Manual check refunds cannot be unapplied [better whitespace handling]
[freeside.git] / httemplate / view / cust_main / payment_history / credit.html
index 2a41196..b6b145a 100644 (file)
@@ -46,6 +46,7 @@ if (    scalar(@cust_credit_bill)   == 0
       $apply.= ' ('.
                include( '/elements/popup_link.html',
                           'label'    => emt('apply refund'),
+                          'style'    => 'white-space: nowrap',
                           'action'   => "${p}edit/cust_credit_refund.cgi?".
                                         $cust_credit->crednum,
                           'actionlabel' => emt('Apply credit to refund'),
@@ -101,6 +102,7 @@ if (    scalar(@cust_credit_bill)   == 0
         $apply.= ' ('.
                  include( '/elements/popup_link.html',
                             'label'       => emt('apply refund'),
+                            'style'       => 'white-space: nowrap',
                             'action'      => "${p}edit/cust_credit_refund.cgi?".
                                              $cust_credit->crednum,
                             'actionlabel' => emt('Apply credit to refund'),