From 03ed1c37325f6c6085544aa0e9b7d736140218b3 Mon Sep 17 00:00:00 2001
From: Peter Hartmann <peter@hartmanncomputer.com>
Date: Thu, 25 May 2017 13:45:11 -0400
Subject: [PATCH] Fix #217, which may relate to #76, #179

---
 js/civicrm_stripe.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/civicrm_stripe.js b/js/civicrm_stripe.js
index a18bf887..d16c5a04 100644
--- a/js/civicrm_stripe.js
+++ b/js/civicrm_stripe.js
@@ -50,7 +50,7 @@
     }
     else {
       if (!($('.stripe-payment-form').length)) {
-        $('#crm-container > form').addClass('stripe-payment-form');
+        $('#crm-main-content-wrapper form').addClass('stripe-payment-form');
       }
     }
     $form   = $('form.stripe-payment-form');
-- 
GitLab