Resize Payment Type multi select
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 30 Jul 2019 13:03:06 +0000 (09:03 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 30 Jul 2019 13:03:06 +0000 (09:03 -0400)
Could not see entire payment type names.

views/admin/billing/invoicing.html

index d6b28cb..d58f4a2 100644 (file)
@@ -46,7 +46,7 @@
     <div class="grid-container full">
         <div class="grid-x grid-padding-x">
             {if $paymentTypes}
-                <div class="cell small-12 medium-2">
+                <div class="cell small-12 medium-3">
                     <label>Payment Types:</label><br>
                     <select multiple size="10" name="invoice_types[]">
                         {foreach $paymentTypes as $paymentType}