Update add city to 250 wide
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 3 Aug 2018 17:39:18 +0000 (13:39 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 3 Aug 2018 17:39:18 +0000 (13:39 -0400)
Setting width to 250

views/admin/billing/contact.html

index a384f4b..d05923d 100644 (file)
@@ -316,8 +316,8 @@ jQuery(document).ready(function($){
     // Setup dialog box for adding a new city
     $("#newBillingCityDialog").dialog({
         autoOpen: false,
-        minWidth: 200,
-        width: 200,
+        minWidth: 250,
+        width: 250,
         dialogClass: "glm-dialog-no-close"
     });
     $('#newBillingCityCancel').click( function() {