Update width of the dialog for reg is not complete.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Oct 2018 19:42:07 +0000 (15:42 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 8 Oct 2018 19:42:07 +0000 (15:42 -0400)
Updating the width of the dialog to 350.

views/front/registrations/registration.html

index 1ecd95b..a44b3fa 100755 (executable)
@@ -771,7 +771,7 @@ jQuery(function($){
       var notSubmittedTimer;
       notSubmittedDialog = $( "#regNotSubmittedDialog" ).dialog({
           autoOpen: false,
-          width: 600,
+          width: 350,
           open: function(event,ui) {
               clearInterval(notSubmittedTimer);
           },